aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/core/ivigenerator/projects/projects.pro
blob: cc118050e711af7ea35bbe9a4c25e75c45d9f6f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TEMPLATE = subdirs

QT_FOR_CONFIG += ivicore

SUBDIRS = org-example-echo \
          org-example-echo-noprivate \

qtConfig(remoteobjects) {
    SUBDIRS += org-example-echo-qtro
}

qtConfig(simulator) {
    SUBDIRS += org-example-echo-simulator
}