summaryrefslogtreecommitdiffstats
path: root/examples/qmlscatter/qmlscatter.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qmlscatter/qmlscatter.pro')
-rw-r--r--examples/qmlscatter/qmlscatter.pro8
1 files changed, 5 insertions, 3 deletions
diff --git a/examples/qmlscatter/qmlscatter.pro b/examples/qmlscatter/qmlscatter.pro
index 6f89fbae..0c66c5ae 100644
--- a/examples/qmlscatter/qmlscatter.pro
+++ b/examples/qmlscatter/qmlscatter.pro
@@ -2,6 +2,8 @@
error( "Couldn't find the examples.pri file!" )
}
+QT += widgets
+
# Add more folders to ship with the application, here
folder_01.source = qml/qmlscatter
folder_01.target = qml
@@ -13,11 +15,11 @@ QML_IMPORT_PATH =
# The .cpp file which was generated for your project. Feel free to hack it.
SOURCES += main.cpp
-# Installation path
-# target.path =
-
# Please do not modify the following two lines. Required for deployment.
include(qtquick2applicationviewer/qtquick2applicationviewer.pri)
qtcAddDeployment()
RESOURCES += qmlscatter.qrc
+
+OTHER_FILES += doc/src/* \
+ doc/images/*