summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/qt_plugin.prf
diff options
context:
space:
mode:
authorStephen Kelly <stephen.kelly@kdab.com>2013-08-15 16:45:23 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-09-10 14:38:18 +0200
commit955052c0d9d3277bfa3088c765ea0a60477b90ea (patch)
tree19960b7d4c0c79fbf66cc729084e401a7ee51574 /mkspecs/features/qt_plugin.prf
parent9d3866ed3293274b2c509c72bf101e94832688e7 (diff)
Teach CMake about Qt 5 plugins.
Change-Id: Idd3225759f9f5ec620f79e29035eb176f965bef7 Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
Diffstat (limited to 'mkspecs/features/qt_plugin.prf')
-rw-r--r--mkspecs/features/qt_plugin.prf2
1 files changed, 2 insertions, 0 deletions
diff --git a/mkspecs/features/qt_plugin.prf b/mkspecs/features/qt_plugin.prf
index 9f4882c5db..c9fe22688b 100644
--- a/mkspecs/features/qt_plugin.prf
+++ b/mkspecs/features/qt_plugin.prf
@@ -47,6 +47,8 @@ INSTALLS += target
TARGET = $$qtLibraryTarget($$TARGET)
+CONFIG += create_cmake
+
load(qt_targets)
load(qt_common)