summaryrefslogtreecommitdiffstats
path: root/examples/widgets/wiggly/wiggly.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/wiggly/wiggly.pro')
-rw-r--r--examples/widgets/wiggly/wiggly.pro16
1 files changed, 16 insertions, 0 deletions
diff --git a/examples/widgets/wiggly/wiggly.pro b/examples/widgets/wiggly/wiggly.pro
new file mode 100644
index 0000000000..ce8b514eda
--- /dev/null
+++ b/examples/widgets/wiggly/wiggly.pro
@@ -0,0 +1,16 @@
+HEADERS = wigglywidget.h \
+ dialog.h
+SOURCES = wigglywidget.cpp \
+ dialog.cpp \
+ main.cpp
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/wiggly
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS wiggly.pro
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/wiggly
+INSTALLS += target sources
+
+symbian {
+ TARGET.UID3 = 0xA000C607
+ include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
+}