summaryrefslogtreecommitdiffstats
path: root/examples/qmlsurface/qmlsurface.pro
diff options
context:
space:
mode:
authorTomi Korpipää <tomi.korpipaa@digia.com>2013-09-09 14:01:45 +0300
committerTomi Korpipää <tomi.korpipaa@digia.com>2013-09-10 06:18:20 +0300
commit2cd23faa1fe1ae68de64b21c89e4a78cc289dc1d (patch)
treeb4e093e3de340cc5803866509e3c3b1bdac2a038 /examples/qmlsurface/qmlsurface.pro
parent0153f9889ee757b0a215e5c36c14a9561cc9b098 (diff)
QML support for surface added
Task-number: QTRD-2253 - incomplete (as is surface itself) - documentation incomplete - example needs better data Change-Id: I87063925749448c6cad2f1b529f2669514fb1cb9 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Diffstat (limited to 'examples/qmlsurface/qmlsurface.pro')
-rw-r--r--examples/qmlsurface/qmlsurface.pro22
1 files changed, 22 insertions, 0 deletions
diff --git a/examples/qmlsurface/qmlsurface.pro b/examples/qmlsurface/qmlsurface.pro
new file mode 100644
index 00000000..251619cf
--- /dev/null
+++ b/examples/qmlsurface/qmlsurface.pro
@@ -0,0 +1,22 @@
+!include( ../examples.pri ) {
+ error( "Couldn't find the examples.pri file!" )
+}
+
+QT += widgets
+
+# Add more folders to ship with the application, here
+folder_01.source = qml/qmlsurface
+folder_01.target = qml
+DEPLOYMENTFOLDERS = folder_01
+
+# Additional import path used to resolve QML modules in Creator's code model
+QML_IMPORT_PATH =
+
+# The .cpp file which was generated for your project. Feel free to hack it.
+SOURCES += main.cpp
+
+# Please do not modify the following two lines. Required for deployment.
+include(qtquick2applicationviewer/qtquick2applicationviewer.pri)
+qtcAddDeployment()
+
+RESOURCES += qmlsurface.qrc