From f25468f1cb8e99a6b5f3985ab97f5c5825aa658e Mon Sep 17 00:00:00 2001 From: Thibaut ROMAIN Date: Wed, 4 Jun 2014 22:08:45 +0200 Subject: [PATCH] Enable Svg plugins in cmake If fix QTBUG-39451 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..e65bbd6 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), $$MODULE): CMAKE_LOAD_PLUGINS = true unix:contains(QT_CONFIG, reduce_relocations):CMAKE_ADD_FPIE_FLAGS = "true" -- 1.8.5.2 (Apple Git-48)