summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tools/plugandpaint/app/app.pro
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/plugandpaint/app/app.pro
parent1ae1f0da0d3b39fe5477161b1e70a7960c4785e3 (diff)
fix example installs
Change-Id: Ib34795f10b1d7120b28958127ced049af3b4f72b Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
Diffstat (limited to 'examples/widgets/tools/plugandpaint/app/app.pro')
-rw-r--r--examples/widgets/tools/plugandpaint/app/app.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/widgets/tools/plugandpaint/app/app.pro b/examples/widgets/tools/plugandpaint/app/app.pro
index 45fb7224e0..8139cd53ad 100644
--- a/examples/widgets/tools/plugandpaint/app/app.pro
+++ b/examples/widgets/tools/plugandpaint/app/app.pro
@@ -24,3 +24,5 @@ if(!debug_and_release|build_pass):CONFIG(debug, debug|release) {
# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tools/plugandpaint
INSTALLS += target
+
+CONFIG += install_ok # Do not cargo-cult this!