diff options
author | heretic <heretic@yandex-team.ru> | 2022-02-10 16:45:43 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:43 +0300 |
commit | 397cbe258b9e064f49c4ca575279f02f39fef76e (patch) | |
tree | a0b0eb3cca6a14e4e8ea715393637672fa651284 /build/platform/qt/ya.make | |
parent | 43f5a35593ebc9f6bcea619bb170394ea7ae468e (diff) | |
download | ydb-397cbe258b9e064f49c4ca575279f02f39fef76e.tar.gz |
Restoring authorship annotation for <heretic@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'build/platform/qt/ya.make')
-rw-r--r-- | build/platform/qt/ya.make | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/build/platform/qt/ya.make b/build/platform/qt/ya.make index 750e319b84..0110995dba 100644 --- a/build/platform/qt/ya.make +++ b/build/platform/qt/ya.make @@ -1,22 +1,22 @@ -RESOURCES_LIBRARY() - -OWNER(g:contrib heretic) - -IF (NOT QT_REQUIRED) - MESSAGE(FATAL_ERROR "No QT Toolkit for your build") -ELSE() - IF (OS_LINUX) +RESOURCES_LIBRARY() + +OWNER(g:contrib heretic) + +IF (NOT QT_REQUIRED) + MESSAGE(FATAL_ERROR "No QT Toolkit for your build") +ELSE() + IF (OS_LINUX) # Qt version 5.15.2 for linux DECLARE_EXTERNAL_RESOURCE(QT sbr:2773138831) - ELSEIF (OS_DARWIN) + ELSEIF (OS_DARWIN) CFLAGS(GLOBAL "-F$QT_RESOURCE_GLOBAL/lib") LDFLAGS("-F$QT_RESOURCE_GLOBAL/lib") # Qt version 5.15.2 for darwin DECLARE_EXTERNAL_RESOURCE(QT sbr:2773128565) - ELSE() - ENABLE(QT_NOT_FOUND) - ENDIF() - + ELSE() + ENABLE(QT_NOT_FOUND) + ENDIF() + IF (HOST_OS_LINUX) DECLARE_EXTERNAL_RESOURCE(HOST_QT sbr:2773138831) ELSEIF (HOST_OS_DARWIN) @@ -25,12 +25,12 @@ ELSE() ENABLE(QT_NOT_FOUND) ENDIF() - IF (QT_NOT_FOUND) - MESSAGE(FATAL_ERROR "No QT Toolkit for the selected platform") - ELSE() + IF (QT_NOT_FOUND) + MESSAGE(FATAL_ERROR "No QT Toolkit for the selected platform") + ELSE() CFLAGS(GLOBAL "-isystem$QT_RESOURCE_GLOBAL/include") - LDFLAGS("-L$QT_RESOURCE_GLOBAL/lib") - ENDIF() -ENDIF() - -END() + LDFLAGS("-L$QT_RESOURCE_GLOBAL/lib") + ENDIF() +ENDIF() + +END() |