aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qml/qml.pro
blob: 6bc620fbf09ed7ce5043f266ac467055fd376550 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TEMPLATE = subdirs

SUBDIRS +=imageprovider \
          plugins \
          networkaccessmanagerfactory \
          referenceexamples \
          shell

#Install
sources.files = qml.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtquick/qml
INSTALLS += sources