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

QT_FOR_CONFIG += ivicore

SUBDIRS = org-example-echo \
          org-example-echo-noprivate \
          org-example-echo-noannotation \
          include-test \

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