Merge pull request #477 from flowln/iconfix_static
Always build iconfix as static library
This commit is contained in:
commit
a507907443
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user