Исправлено имя переменной

This commit is contained in:
Andrei Astafev 2023-08-04 10:17:38 +03:00
parent 81f5bbbd1e
commit 6fcba8642e

View File

@ -76,7 +76,7 @@ function(myx_target_setup_qt TARGET_NAME)
endif() endif()
if(ARG_UI) if(ARG_UI)
if(NOT COMMAND qt${myx_ver_qt}_wrap_ui) if(NOT COMMAND qt${myx_qt_ver}_wrap_ui)
message(WARNING "MyxCMake: Widgets is required to process UI") message(WARNING "MyxCMake: Widgets is required to process UI")
else() else()
if(myx_qt_ver EQUAL 5) if(myx_qt_ver EQUAL 5)
@ -100,7 +100,7 @@ function(myx_target_setup_qt TARGET_NAME)
# Формирование файла ресурсов с переводами # Формирование файла ресурсов с переводами
if(tr AND ARG_LANGS) if(tr AND ARG_LANGS)
if(NOT COMMAND qt${myx_ver_qt}_create_translation) if(NOT COMMAND qt${myx_qt_ver}_create_translation)
message(WARNING "MyxCMake: LinguistTools is required to process LANGS") message(WARNING "MyxCMake: LinguistTools is required to process LANGS")
else() else()
# Заглавие файла ресурсов # Заглавие файла ресурсов