summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tools/plugandpaint/app/app.pro
diff options
context:
space:
mode:
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!