summaryrefslogtreecommitdiffstats
path: root/examples/scroller/graphicsview/graphicsview.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/scroller/graphicsview/graphicsview.pro')
-rw-r--r--examples/scroller/graphicsview/graphicsview.pro8
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/scroller/graphicsview/graphicsview.pro b/examples/scroller/graphicsview/graphicsview.pro
new file mode 100644
index 0000000000..b0b8405293
--- /dev/null
+++ b/examples/scroller/graphicsview/graphicsview.pro
@@ -0,0 +1,8 @@
+TEMPLATE = app
+SOURCES = main.cpp
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/scroller/graphicsview
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS graphicsview.pro
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/scroller/graphicsview
+INSTALLS += target sources