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

QT_FOR_CONFIG += ivicore

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

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