summaryrefslogtreecommitdiff
path: root/tests/auto/core/ivigenerator/projects/include-test/backend_simulator/backend_simulator.pro
blob: 819898e3cefa4f6bc8bda21812ba0a44af73543b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TEMPLATE=lib
TARGET = $$qtLibraryTarget(include_test_simulator)
LIBS += -L$$OUT_PWD/.. -l$$qtLibraryTarget(include_test_frontend) -l$$qtLibraryTarget(include_test_common)
DESTDIR = ../qtivi

CONFIG += warn_off ivigenerator plugin

INCLUDEPATH += $$OUT_PWD/../frontend $$OUT_PWD/../common
PLUGIN_TYPE = qtivi
PLUGIN_CLASS_NAME = IncludeTestPlugin

QT += core ivicore

QFACE_FORMAT = backend_simulator
QFACE_SOURCES = ../../../include-test.qface
QFACE_IMPORT_PATH += "../../../qface imports"