mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-02-08 00:53:42 +02:00
Merge pull request #3427
0a4b017
cmake: link translations target with Qt5::Core (selsta)
This commit is contained in:
commit
d69b1e0520
@ -46,3 +46,4 @@ set_source_files_properties(${TRANSLATIONS_CPP} PROPERTIES SKIP_AUTOMOC ON)
|
|||||||
set_source_files_properties(${TRANSLATIONS_CPP} PROPERTIES SKIP_AUTOUIC ON)
|
set_source_files_properties(${TRANSLATIONS_CPP} PROPERTIES SKIP_AUTOUIC ON)
|
||||||
|
|
||||||
add_library(translations ${TRANSLATIONS_CPP})
|
add_library(translations ${TRANSLATIONS_CPP})
|
||||||
|
target_link_libraries(translations PUBLIC Qt5::Core)
|
||||||
|
Loading…
Reference in New Issue
Block a user