summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tools/styleplugin/styleplugin.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/tools/styleplugin/styleplugin.pro')
-rw-r--r--examples/widgets/tools/styleplugin/styleplugin.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/widgets/tools/styleplugin/styleplugin.pro b/examples/widgets/tools/styleplugin/styleplugin.pro
new file mode 100644
index 0000000000..63805a14cc
--- /dev/null
+++ b/examples/widgets/tools/styleplugin/styleplugin.pro
@@ -0,0 +1,11 @@
+TEMPLATE = subdirs
+SUBDIRS = stylewindow \
+ plugin
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/tools/styleplugin
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS styleplugin.pro
+sources.path = $$[QT_INSTALL_EXAMPLES]/tools/styleplugin
+INSTALLS += target sources
+
+QT += widgets