summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tools/styleplugin/plugin
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-04-20 18:50:12 +0200
committerOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-05-03 10:25:33 +0000
commit780d21e1290cb289ae330c46597a381c61b2d86c (patch)
treefa702ef60fed57b15df8d0cac02a9806d0ea1296 /examples/widgets/tools/styleplugin/plugin
parent1ae1f0da0d3b39fe5477161b1e70a7960c4785e3 (diff)
fix example installs
Change-Id: Ib34795f10b1d7120b28958127ced049af3b4f72b Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
Diffstat (limited to 'examples/widgets/tools/styleplugin/plugin')
-rw-r--r--examples/widgets/tools/styleplugin/plugin/plugin.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/widgets/tools/styleplugin/plugin/plugin.pro b/examples/widgets/tools/styleplugin/plugin/plugin.pro
index c7e8de6ee2..35184fc82a 100644
--- a/examples/widgets/tools/styleplugin/plugin/plugin.pro
+++ b/examples/widgets/tools/styleplugin/plugin/plugin.pro
@@ -20,3 +20,5 @@ EXAMPLE_FILES += simplestyle.json
# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tools/styleplugin/styles
INSTALLS += target
+
+CONFIG += install_ok # Do not cargo-cult this!