From 955052c0d9d3277bfa3088c765ea0a60477b90ea Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Thu, 15 Aug 2013 16:45:23 +0200 Subject: Teach CMake about Qt 5 plugins. Change-Id: Idd3225759f9f5ec620f79e29035eb176f965bef7 Reviewed-by: Stephen Kelly --- mkspecs/features/qt_plugin.prf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mkspecs/features/qt_plugin.prf') 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) -- cgit v1.2.3