summaryrefslogtreecommitdiffstats
path: root/examples/helper/helper.pro
blob: 52593b9ae6b831adefb95546206a3252f0faa95d (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]/qtdeclarative/helper
INSTALLS += sources