mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
Merge pull request #6184
Jimi Huotari (1): fix(cmake): use the 'STATIC' argument for 'translations_library'
This commit is contained in:
commit
f5c813bdb9
2
translations/CMakeLists.txt
vendored
2
translations/CMakeLists.txt
vendored
|
@ -81,7 +81,7 @@ endfunction()
|
|||
generate_translation_resource()
|
||||
configure_file(${CMAKE_CURRENT_BINARY_DIR}/translations.qrc.in ./translations.qrc COPYONLY)
|
||||
|
||||
add_library(translations_library ${CMAKE_CURRENT_BINARY_DIR}/translations.qrc)
|
||||
add_library(translations_library STATIC ${CMAKE_CURRENT_BINARY_DIR}/translations.qrc)
|
||||
|
||||
# An explicit dependency is needed or AUTORCC will run before the translation files are created
|
||||
set_target_properties(translations_library PROPERTIES AUTOGEN_TARGET_DEPENDS "${translations_FILES}")
|
||||
|
|
Loading…
Reference in New Issue
Block a user