forked from qt-creator/qt-creator
Change-Id: I80c952ef8571229893adc6002b39812d6b738b9e Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
17 lines
338 B
Prolog
17 lines
338 B
Prolog
include(../../../qttest.pri)
|
|
|
|
QT += script \
|
|
declarative
|
|
|
|
PLUGIN_DIR=../../../../../src/plugins/qmlprojectmanager
|
|
|
|
include($$PLUGIN_DIR/fileformat/fileformat.pri)
|
|
include($$IDE_SOURCE_TREE/src/libs/utils/utils.pri)
|
|
|
|
INCLUDEPATH += $$PLUGIN_DIR/fileformat
|
|
|
|
DEFINES += SRCDIR=\\\"$$PWD\\\"
|
|
|
|
TEMPLATE = app
|
|
SOURCES += tst_fileformat.cpp
|