Files
qt-creator/tests/auto/qml/qmlprojectmanager/fileformat/fileformat.pro
2010-07-13 11:59:37 +10:00

22 lines
391 B
Prolog

TEMPLATE = app
CONFIG += qt warn_on console depend_includepath
CONFIG -= app_bundle
CONFIG += qtestlib testcase
QT += script \
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