summaryrefslogtreecommitdiffstats
path: root/examples/widgets/widgets/styles/styles.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/widgets/styles/styles.pro')
-rw-r--r--examples/widgets/widgets/styles/styles.pro18
1 files changed, 18 insertions, 0 deletions
diff --git a/examples/widgets/widgets/styles/styles.pro b/examples/widgets/widgets/styles/styles.pro
new file mode 100644
index 0000000000..fef1dc6084
--- /dev/null
+++ b/examples/widgets/widgets/styles/styles.pro
@@ -0,0 +1,18 @@
+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
+
+QT += widgets
+
+simulator: warning(This example might not fully work on Simulator platform)