summaryrefslogtreecommitdiff
path: root/tests/auto/core/ivigenerator/projects/org-example-echo-noannotation/org-example-echo-noannotation.pro
blob: bd2e628a71d1aa36f18f0a1077f3c8b4b85f76d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
TEMPLATE = subdirs

SUBDIRS = frontend \
          qmlplugin \
          backend_simulator \
          test \

backend_simulator.depends = frontend
test.depends = frontend
qmlplugin.depends = frontend

QT_FOR_CONFIG += ivicore
qtConfig(remoteobjects): {
    SUBDIRS += backend_qtro \
               simulation_server_qtro \

    backend_qtro.depends = frontend
    simulation_server_qtro.depends = frontend
}