aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/core/ivigenerator/projects/org-example-echo-noannotation/backend_simulator/backend_simulator.pro
blob: e8eedb70147ebf7d9e25f90d0880630faa4ca0b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
TEMPLATE=lib
TARGET = $$qtLibraryTarget(echo_noannotation_simulator)
LIBS += -L$$OUT_PWD/.. -l$$qtLibraryTarget(echo_noannotation_frontend)
DESTDIR = ../qtivi

CONFIG += warn_off ivigenerator plugin

INCLUDEPATH += $$OUT_PWD/../frontend
PLUGIN_TYPE = qtivi
PLUGIN_CLASS_NAME = EchoSimulatorPlugin

QT += core ivicore

QFACE_FORMAT = backend_simulator
QFACE_SOURCES = ../../../org.example.echo.noannotation.qface