forked from qt-creator/qt-creator
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>
22 lines
497 B
Prolog
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
|