From 6c3e0a88cbb64d54287d1e7fd03b9dde0f6f17d5 Mon Sep 17 00:00:00 2001 From: Thibaut ROMAIN Date: Wed, 4 Jun 2014 22:08:45 +0200 Subject: [PATCH] Enable Svg and Qml plugins in cmake If fix QTBUG-39451 and QTBUG-39171 Change-Id: Ic5880481b78cfe5986af08dd610b44591999e521 --- mkspecs/features/create_cmake.prf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkspecs/features/create_cmake.prf b/mkspecs/features/create_cmake.prf index aee3e79..d6a406f 100644 --- a/mkspecs/features/create_cmake.prf +++ b/mkspecs/features/create_cmake.prf @@ -166,7 +166,7 @@ contains(CONFIG, plugin) { return() } -contains($$list(network sql widgets gui), $$MODULE): CMAKE_LOAD_PLUGINS = true +contains($$list(network sql widgets gui svg qml), $$MODULE): CMAKE_LOAD_PLUGINS = true unix:contains(QT_CONFIG, reduce_relocations):CMAKE_ADD_FPIE_FLAGS = "true" -- 1.8.5.2 (Apple Git-48)