Files
qt-creator/share/qtcreator/qml/qmldump/qmldump.pro

21 lines
372 B
Prolog
Raw Normal View History

#-------------------------------------------------
#
# Project created by QtCreator 2010-02-24T10:21:38
#
#-------------------------------------------------
TARGET = qmldump
QT += declarative
CONFIG += console
TEMPLATE = app
SOURCES += main.cpp \
qmlstreamwriter.cpp
OTHER_FILES += Info.plist
macx:QMAKE_INFO_PLIST = Info.plist
HEADERS += \
qmlstreamwriter.h