diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2021-04-24 16:16:05 -0400 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2021-04-24 16:16:05 -0400 |
| commit | d69b1e0520c510ec0fbf823f68e5fb6e60921684 (patch) | |
| tree | cfaf4e4f0b31147303c1c279fb18c2c1c5d978e8 | |
| parent | c11e32f511fdd8f1998b50aeab6da4f91dc903b6 (diff) | |
| parent | 0a4b01769769dbc17355ef16a6079a3f1e616fb8 (diff) | |
| download | monzero-gui-d69b1e0520c510ec0fbf823f68e5fb6e60921684.tar.gz monzero-gui-d69b1e0520c510ec0fbf823f68e5fb6e60921684.tar.xz monzero-gui-d69b1e0520c510ec0fbf823f68e5fb6e60921684.zip | |
Merge pull request #3427
0a4b017 cmake: link translations target with Qt5::Core (selsta)
| -rw-r--r-- | translations/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/translations/CMakeLists.txt b/translations/CMakeLists.txt index cd6b4173..664c71d0 100644 --- a/translations/CMakeLists.txt +++ b/translations/CMakeLists.txt @@ -46,3 +46,4 @@ set_source_files_properties(${TRANSLATIONS_CPP} PROPERTIES SKIP_AUTOMOC ON) set_source_files_properties(${TRANSLATIONS_CPP} PROPERTIES SKIP_AUTOUIC ON) add_library(translations ${TRANSLATIONS_CPP}) +target_link_libraries(translations PUBLIC Qt5::Core) |
