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

QT_FOR_CONFIG += ivicore

SUBDIRS = frontend \
          qmlplugin \
          backend_simulator \
          validator \
          test

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