diff options
author | Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> | 2016-04-20 21:19:05 +0200 |
---|---|---|
committer | Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> | 2016-04-28 18:56:14 +0000 |
commit | c9b1b816a215e19535ad6a79faee3f3ffd87acba (patch) | |
tree | 8fd2eaa851011868d90ee323451ef7255ceb4cfc /examples/designer/worldtimeclockplugin | |
parent | 4ea581c95ae9704b250591c5d4d9b0517f5b62f2 (diff) | |
download | qttools-c9b1b816a215e19535ad6a79faee3f3ffd87acba.tar.gz |
declare that the designer example installs are ok
installing examples into the proper designer plugin path really is NOT
ok, but we have been doing it for so long now ...
Change-Id: Id422b1664465bb85665391fe2de3b93f973e579a
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
Diffstat (limited to 'examples/designer/worldtimeclockplugin')
-rw-r--r-- | examples/designer/worldtimeclockplugin/worldtimeclockplugin.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/designer/worldtimeclockplugin/worldtimeclockplugin.pro b/examples/designer/worldtimeclockplugin/worldtimeclockplugin.pro index e8a2d2aab..b6332ce46 100644 --- a/examples/designer/worldtimeclockplugin/worldtimeclockplugin.pro +++ b/examples/designer/worldtimeclockplugin/worldtimeclockplugin.pro @@ -7,6 +7,7 @@ QTDIR_build { PLUGIN_TYPE = designer PLUGIN_CLASS_NAME = WorldTimeClockPlugin load(qt_plugin) +CONFIG += install_ok } else { # Public example: |