summaryrefslogtreecommitdiffstats
path: root/examples/widgets/styles/styles.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/styles/styles.pro')
-rw-r--r--examples/widgets/styles/styles.pro16
1 files changed, 16 insertions, 0 deletions
diff --git a/examples/widgets/styles/styles.pro b/examples/widgets/styles/styles.pro
new file mode 100644
index 0000000000..7920b89356
--- /dev/null
+++ b/examples/widgets/styles/styles.pro
@@ -0,0 +1,16 @@
+HEADERS = norwegianwoodstyle.h \
+ widgetgallery.h
+SOURCES = main.cpp \
+ norwegianwoodstyle.cpp \
+ widgetgallery.cpp
+RESOURCES = styles.qrc
+
+REQUIRES += "contains(styles, motif)"
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/styles
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS styles.pro images
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/styles
+INSTALLS += target sources
+
+symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)