summaryrefslogtreecommitdiffstats
path: root/api/gui
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2017-05-05 09:43:20 +0200
committerPetr Mrázek <peterix@gmail.com>2017-05-05 09:43:20 +0200
commit9d4c188fd47dbe593c216af5538011e694efb200 (patch)
treecadd88fa9a66cedafeb4e49431ce4cfebf61476a /api/gui
parente854894a3cf58936eb447e4476fb863cb05ea3f9 (diff)
downloadMultiMC-9d4c188fd47dbe593c216af5538011e694efb200.tar
MultiMC-9d4c188fd47dbe593c216af5538011e694efb200.tar.gz
MultiMC-9d4c188fd47dbe593c216af5538011e694efb200.tar.lz
MultiMC-9d4c188fd47dbe593c216af5538011e694efb200.tar.xz
MultiMC-9d4c188fd47dbe593c216af5538011e694efb200.zip
GH-1876 turn iconfix into a shared library
Diffstat (limited to 'api/gui')
-rw-r--r--api/gui/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/gui/CMakeLists.txt b/api/gui/CMakeLists.txt
index 39cd5895..911a0ab8 100644
--- a/api/gui/CMakeLists.txt
+++ b/api/gui/CMakeLists.txt
@@ -21,7 +21,7 @@ set_target_properties(MultiMC_gui PROPERTIES CXX_VISIBILITY_PRESET hidden VISIBI
generate_export_header(MultiMC_gui)
# Link
-target_link_libraries(MultiMC_gui iconfix MultiMC_logic)
+target_link_libraries(MultiMC_gui MultiMC_iconfix MultiMC_logic)
qt5_use_modules(MultiMC_gui Gui)
# Mark and export headers