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

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