aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qml
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-05-11 14:41:47 +0200
committerJani Heikkinen <jani.heikkinen@qt.io>2016-05-13 04:35:24 +0000
commite6581ed818b72e06afddce555be20bd10979ce5e (patch)
treebfb49aa634a5f573521f60913f9c67910c9fe103 /examples/qml
parent578d2717196cdf109d459c7a63b5085dc0791747 (diff)
fix example installs
Change-Id: Ie6a219392a48fd6b1a32037cc215dc20d408e819 Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
Diffstat (limited to 'examples/qml')
-rw-r--r--examples/qml/qmlextensionplugins/qmlextensionplugins.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/qml/qmlextensionplugins/qmlextensionplugins.pro b/examples/qml/qmlextensionplugins/qmlextensionplugins.pro
index 64fd23af8d..946626cce7 100644
--- a/examples/qml/qmlextensionplugins/qmlextensionplugins.pro
+++ b/examples/qml/qmlextensionplugins/qmlextensionplugins.pro
@@ -21,3 +21,5 @@ target.path += $$[QT_INSTALL_EXAMPLES]/qml/qmlextensionplugins/imports/TimeExamp
pluginfiles.path += $$[QT_INSTALL_EXAMPLES]/qml/qmlextensionplugins/imports/TimeExample
INSTALLS += target qml pluginfiles
+
+CONFIG += install_ok # Do not cargo-cult this!