summaryrefslogtreecommitdiffstats
path: root/examples/scroller/scroller.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/scroller/scroller.pro')
-rw-r--r--examples/scroller/scroller.pro11
1 files changed, 0 insertions, 11 deletions
diff --git a/examples/scroller/scroller.pro b/examples/scroller/scroller.pro
deleted file mode 100644
index 9a9991a..0000000
--- a/examples/scroller/scroller.pro
+++ /dev/null
@@ -1,11 +0,0 @@
-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)