summaryrefslogtreecommitdiffstats
path: root/examples/painting/transformations/transformations.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/painting/transformations/transformations.pro')
-rw-r--r--examples/painting/transformations/transformations.pro15
1 files changed, 15 insertions, 0 deletions
diff --git a/examples/painting/transformations/transformations.pro b/examples/painting/transformations/transformations.pro
new file mode 100644
index 0000000..6e4fe4f
--- /dev/null
+++ b/examples/painting/transformations/transformations.pro
@@ -0,0 +1,15 @@
+HEADERS = renderarea.h \
+ window.h
+SOURCES = main.cpp \
+ renderarea.cpp \
+ window.cpp
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/painting/transformations
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS transformations.pro
+sources.path = $$[QT_INSTALL_EXAMPLES]/painting/transformations
+INSTALLS += target sources
+
+include($$QT_SOURCE_TREE/examples/examplebase.pri)
+
+symbian:TARGET.UID3 = 0xA000A64D \ No newline at end of file