Files
qt-creator/tests/auto/qml/qmlprojectmanager/fileformat/fileformat.pro

22 lines
391 B
Prolog
Raw Normal View History

2010-01-19 09:33:06 +01:00
TEMPLATE = app
CONFIG += qt warn_on console depend_includepath
CONFIG -= app_bundle
CONFIG += qtestlib testcase
2010-01-19 09:33:06 +01:00
QT += script \
2010-01-19 09:33:06 +01:00
declarative
PLUGIN_DIR=../../../../../src/plugins/qmlprojectmanager
include($$PLUGIN_DIR/fileformat/fileformat.pri)
INCLUDEPATH += $$PLUGIN_DIR/fileformat
TARGET=tst_$$TARGET
DEFINES += SRCDIR=\\\"$$PWD\\\"
TEMPLATE = app
SOURCES += tst_fileformat.cpp