This commit is contained in:
2023-03-13 14:36:17 +03:00
parent f5d4423817
commit e1629897ed

View File

@@ -12,7 +12,6 @@ cmake_policy(SET CMP0011 NEW) # don`t affect includer policies
cmake_policy(SET CMP0020 NEW) # Automatically link Qt executables to qtmain target on Windows
find_package(PIP REQUIRED)
find_package(QAD QUIET)
include(QtWraps)
include(SHSTKMacros)
shstk_is_parent_exists(hasParent PARENT_DIRECTORY)
@@ -69,6 +68,7 @@ endif()
if (QAD_FOUND OR BUILDING_qad)
include(QtWraps)
set(__libs "qt")
set(__module_qt Qt)