summaryrefslogtreecommitdiffstats
path: root/examples/helper/helper.pro
blob: 7bb540df8928603ad46240c0a2a04b53a53e9c2b (plain)
1
2
3
4
5
6
7
8
TEMPLATE = subdirs

# the helpers simply need a make install target, but require no compilation 
sources.files = \
    qmlapplicationviewer \
    deployment.pri
sources.path = $$[QT_INSTALL_EXAMPLES]/qtquick1/helper
INSTALLS += sources