Files
qt-creator/share/qtcreator/qml/qmldump/qmldump.pro
Christian Kamm bffe90b2f4 qmldump: Clean up code and make it output qml data.
Task-number: QTCREATORBUG-3048
2011-02-09 10:42:48 +01:00

21 lines
372 B
Prolog

#-------------------------------------------------
#
# 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