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

22 lines
377 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
QT += testlib \
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