diff options
author | Oswald Buddenhagen <[email protected]> | 2016-05-11 14:41:47 +0200 |
---|---|---|
committer | Jani Heikkinen <[email protected]> | 2016-05-13 04:35:24 +0000 |
commit | e6581ed818b72e06afddce555be20bd10979ce5e (patch) | |
tree | bfb49aa634a5f573521f60913f9c67910c9fe103 /examples/quick/customitems/painteditem | |
parent | 578d2717196cdf109d459c7a63b5085dc0791747 (diff) |
fix example installs
Change-Id: Ie6a219392a48fd6b1a32037cc215dc20d408e819
Reviewed-by: Simon Hausmann <[email protected]>
Diffstat (limited to 'examples/quick/customitems/painteditem')
-rw-r--r-- | examples/quick/customitems/painteditem/painteditem.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/quick/customitems/painteditem/painteditem.pro b/examples/quick/customitems/painteditem/painteditem.pro index 3ec6420abf..bc7480ab9e 100644 --- a/examples/quick/customitems/painteditem/painteditem.pro +++ b/examples/quick/customitems/painteditem/painteditem.pro @@ -19,5 +19,7 @@ qmldir.path = $$[QT_INSTALL_EXAMPLES]/quick/customitems/painteditem/TextBalloonP INSTALLS += qmldir target +CONFIG += install_ok # Do not cargo-cult this! + OTHER_FILES += \ textballoons.qml |