Files
qt-creator/share/qtcreator/qml/qmldump/qmldump.pro
Oswald Buddenhagen 3e4f17c164 remove pointless uses of OTHER_FILES
these cases are automatically covered by other variables

Change-Id: Ic32411fa361346633d3127be063fcaabc9ef7c28
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
Reviewed-by: Daniel Teske <daniel.teske@digia.com>
2014-09-15 12:51:02 +02:00

22 lines
497 B
Prolog

#-------------------------------------------------
#
# Project created by QtCreator 2010-02-24T10:21:38
#
#-------------------------------------------------
TARGET = qmldump
QT += declarative
CONFIG += console
TEMPLATE = app
SOURCES += main.cpp \
qmlstreamwriter.cpp
# generation of Info.plist from Info.plist.in is handled by static.pro
# compiling this project directly from the Qt Creator source tree does not work
macx:QMAKE_INFO_PLIST = Info.plist
HEADERS += \
qmlstreamwriter.h