summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.qmake.conf1
-rw-r--r--examples/webkitwidgets/imageanalyzer/imageanalyzer.pro3
2 files changed, 2 insertions, 2 deletions
diff --git a/.qmake.conf b/.qmake.conf
index ab57ef1..a2a0d41 100644
--- a/.qmake.conf
+++ b/.qmake.conf
@@ -1,4 +1,3 @@
load(qt_build_config)
-CONFIG += qt_example_installs
MODULE_VERSION = 5.7.1
diff --git a/examples/webkitwidgets/imageanalyzer/imageanalyzer.pro b/examples/webkitwidgets/imageanalyzer/imageanalyzer.pro
index 442a05f..e3ccda6 100644
--- a/examples/webkitwidgets/imageanalyzer/imageanalyzer.pro
+++ b/examples/webkitwidgets/imageanalyzer/imageanalyzer.pro
@@ -11,4 +11,5 @@ RESOURCES = resources/imageanalyzer.qrc
EXAMPLE_FILES += html/index.html ../webkit-bridge-tutorial.qdoc outline.txt
-
+target.path = $$[QT_INSTALL_EXAMPLES]/webkitwidgets/imageanalyzer
+INSTALLS += target