summaryrefslogtreecommitdiffstats
path: root/examples/scroller/scroller.pro
blob: e830745cc13ffae83224ccede1dbf6037e73aa28 (plain)
1
2
3
4
5
6
7
8
9
10
11
TEMPLATE      = subdirs
SUBDIRS       = graphicsview \
                plot \
                wheel

# install
sources.files = *.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/scroller
INSTALLS += sources

symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)