diff options
Diffstat (limited to 'api/gui')
-rw-r--r-- | api/gui/CMakeLists.txt | 2 |
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 |