aboutsummaryrefslogtreecommitdiff
path: root/libraries
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2022-04-28 07:18:22 +0200
committerGitHub <noreply@github.com>2022-04-28 07:18:22 +0200
commita507907443fb6e0be8895ba27c697c712b39a27a (patch)
tree25c7c80b6c23ee2f37a6ae1b7869ee1536b092a8 /libraries
parentaad7c6328270a556212401c8ac3ba12ff7aa0174 (diff)
parent3ec511010fbff31c392090548396080e44b8389c (diff)
downloadPrismLauncher-a507907443fb6e0be8895ba27c697c712b39a27a.tar.gz
PrismLauncher-a507907443fb6e0be8895ba27c697c712b39a27a.tar.bz2
PrismLauncher-a507907443fb6e0be8895ba27c697c712b39a27a.zip
Merge pull request #477 from flowln/iconfix_static
Always build iconfix as static library
Diffstat (limited to 'libraries')
-rw-r--r--libraries/iconfix/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/iconfix/CMakeLists.txt b/libraries/iconfix/CMakeLists.txt
index 08441203..97a59129 100644
--- a/libraries/iconfix/CMakeLists.txt
+++ b/libraries/iconfix/CMakeLists.txt
@@ -12,7 +12,7 @@ internal/qiconloader.cpp
internal/qiconloader_p.h
)
-add_library(Launcher_iconfix ${ICONFIX_SOURCES})
+add_library(Launcher_iconfix STATIC ${ICONFIX_SOURCES})
target_include_directories(Launcher_iconfix PUBLIC ${CMAKE_CURRENT_SOURCE_DIR} "${CMAKE_CURRENT_BINARY_DIR}" )
target_link_libraries(Launcher_iconfix Qt5::Core Qt5::Widgets)