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

contains(QT_CONFIG, webkit):SUBDIRS += plot wheel

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

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