From e5b393318fb2a143c9520928dd45c697af68f498 Mon Sep 17 00:00:00 2001 From: "Mrazek, Petr" Date: Tue, 22 Jul 2014 12:27:00 +0200 Subject: Include the SVG icon engine. --- CMakeLists.txt | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7efd42e6..682526d2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -782,7 +782,13 @@ if(CMAKE_BUILD_TYPE STREQUAL "Debug" OR CMAKE_BUILD_TYPE STREQUAL "RelWithDebInf COMPONENT Runtime REGEX "tga|tiff|mng" EXCLUDE ) - + # Icon engines + install( + DIRECTORY "${QT_PLUGINS_DIR}/iconengines" + DESTINATION ${PLUGIN_DEST_DIR} + COMPONENT Runtime + REGEX "fontawesome" EXCLUDE + ) # Platform plugins install( DIRECTORY "${QT_PLUGINS_DIR}/platforms" @@ -800,7 +806,13 @@ else() REGEX "d\\." EXCLUDE REGEX "_debug\\." EXCLUDE ) - + # Icon engines + install( + DIRECTORY "${QT_PLUGINS_DIR}/iconengines" + DESTINATION ${PLUGIN_DEST_DIR} + COMPONENT Runtime + REGEX "fontawesome" EXCLUDE + ) # Platform plugins install( DIRECTORY "${QT_PLUGINS_DIR}/platforms" -- cgit v1.2.3