summaryrefslogtreecommitdiffstats
path: root/examples/painting/deform/deform.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/painting/deform/deform.pro')
-rw-r--r--examples/painting/deform/deform.pro24
1 files changed, 24 insertions, 0 deletions
diff --git a/examples/painting/deform/deform.pro b/examples/painting/deform/deform.pro
new file mode 100644
index 0000000000..3393b8e83c
--- /dev/null
+++ b/examples/painting/deform/deform.pro
@@ -0,0 +1,24 @@
+SOURCES += main.cpp pathdeform.cpp
+HEADERS += pathdeform.h
+
+SHARED_FOLDER = ../shared
+
+include($$SHARED_FOLDER/shared.pri)
+
+RESOURCES += deform.qrc
+
+contains(QT_CONFIG, opengl) {
+ DEFINES += QT_OPENGL_SUPPORT
+ QT += opengl
+}
+
+# install
+target.path = $$[QT_INSTALL_DEMOS]/qtbase/deform
+sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro *.html
+sources.path = $$[QT_INSTALL_DEMOS]/qtbase/deform
+INSTALLS += target sources
+
+symbian {
+ TARGET.UID3 = 0xA000A63D
+ CONFIG += qt_demo
+}