summaryrefslogtreecommitdiffstats
path: root/examples/qws/simpledecoration/simpledecoration.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qws/simpledecoration/simpledecoration.pro')
-rw-r--r--examples/qws/simpledecoration/simpledecoration.pro12
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/qws/simpledecoration/simpledecoration.pro b/examples/qws/simpledecoration/simpledecoration.pro
new file mode 100644
index 0000000000..2a4e0be51c
--- /dev/null
+++ b/examples/qws/simpledecoration/simpledecoration.pro
@@ -0,0 +1,12 @@
+TEMPLATE = app
+HEADERS = analogclock.h \
+ mydecoration.h
+SOURCES = analogclock.cpp \
+ main.cpp \
+ mydecoration.cpp
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/qws/simpledecoration
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/qws/simpledecoration
+INSTALLS += target sources