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

SUBDIRS = frontend \
          backend_simulator \
          validator \
          test \

backend_simulator.depends = frontend
validator.depends = frontend
test.depends = frontend

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

    backend_qtro.depends = frontend
    simulation_server_qtro.depends = frontend
}