summaryrefslogtreecommitdiffstats
path: root/examples/declarative/cppextensions/cppextensions.pro
blob: 965503079a053fb7ddc4ba670961c8ef53f65603 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TEMPLATE = subdirs

SUBDIRS += \
    imageprovider \
    plugins \
    networkaccessmanagerfactory \
    qwidgets \
    qgraphicslayouts \
    referenceexamples

# install
sources.files = cppextensions.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtquick1/declarative/cppextensions
INSTALLS += sources