forked from qt-creator/qt-creator
Don't force that qmldump is compiled in debug mode: This won't work with a Qt compiled only in release mode. If Qt is built with debug_and_release, qmldump will be build in release mode. Reviewed-by: ckamm
17 lines
310 B
INI
17 lines
310 B
INI
#-------------------------------------------------
|
|
#
|
|
# Project created by QtCreator 2010-02-24T10:21:38
|
|
#
|
|
#-------------------------------------------------
|
|
|
|
TARGET = qmldump
|
|
QT += declarative
|
|
CONFIG += console
|
|
|
|
TEMPLATE = app
|
|
|
|
SOURCES += main.cpp
|
|
|
|
OTHER_FILES += Info.plist
|
|
macx:QMAKE_INFO_PLIST = Info.plist
|