summaryrefslogtreecommitdiff
path: root/tests/auto/core/ivigenerator/projects/include-test/include-test.pro
blob: 3febe982f2e1b8789813530016d41aea099c6eb0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
TEMPLATE = subdirs

SUBDIRS = common \
          frontend \
          qmlplugin \
          backend_simulator \
          test \

frontend.depends = common
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
}