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.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/widgets/wiggly/wiggly.pro b/examples/widgets/wiggly/wiggly.pro
new file mode 100644
index 0000000..5288dd3
--- /dev/null
+++ b/examples/widgets/wiggly/wiggly.pro
@@ -0,0 +1,11 @@
+HEADERS = wigglywidget.h \
+ dialog.h
+SOURCES = wigglywidget.cpp \
+ dialog.cpp \
+ main.cpp
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/widgets/wiggly
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS wiggly.pro
+sources.path = $$[QT_INSTALL_EXAMPLES]/widgets/wiggly
+INSTALLS += target sources