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

QT_FOR_CONFIG += ivicore

SUBDIRS = frontend \
          qmlplugin \
          backend_simulator \
          test

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