forked from qt-creator/qt-creator
16 lines
286 B
Prolog
16 lines
286 B
Prolog
include(../../../qttest.pri)
|
|
|
|
QT += script \
|
|
declarative
|
|
|
|
PLUGIN_DIR=../../../../../src/plugins/qmlprojectmanager
|
|
|
|
include($$PLUGIN_DIR/fileformat/fileformat.pri)
|
|
|
|
INCLUDEPATH += $$PLUGIN_DIR/fileformat
|
|
|
|
DEFINES += SRCDIR=\\\"$$PWD\\\"
|
|
|
|
TEMPLATE = app
|
|
SOURCES += tst_fileformat.cpp
|