summaryrefslogtreecommitdiffstats
path: root/examples/graphicsview/graphicsview.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/graphicsview/graphicsview.pro')
-rw-r--r--examples/graphicsview/graphicsview.pro25
1 files changed, 25 insertions, 0 deletions
diff --git a/examples/graphicsview/graphicsview.pro b/examples/graphicsview/graphicsview.pro
new file mode 100644
index 0000000000..5e49855104
--- /dev/null
+++ b/examples/graphicsview/graphicsview.pro
@@ -0,0 +1,25 @@
+TEMPLATE = subdirs
+SUBDIRS = \
+ elasticnodes \
+ collidingmice \
+ padnavigator \
+ basicgraphicslayouts
+
+!symbian: SUBDIRS += \
+ diagramscene \
+ dragdroprobot \
+ flowlayout \
+ anchorlayout \
+ simpleanchorlayout \
+ weatheranchorlayout
+
+contains(QT_CONFIG, qt3support):SUBDIRS += portedcanvas portedasteroids
+contains(DEFINES, QT_NO_CURSOR)|contains(DEFINES, QT_NO_DRAGANDDROP): SUBDIRS -= dragdroprobot
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/graphicsview
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS graphicsview.pro README
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/graphicsview
+INSTALLS += target sources
+
+symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)