non-Qt
This commit is contained in:
@@ -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
|
cmake_policy(SET CMP0020 NEW) # Automatically link Qt executables to qtmain target on Windows
|
||||||
find_package(PIP REQUIRED)
|
find_package(PIP REQUIRED)
|
||||||
find_package(QAD QUIET)
|
find_package(QAD QUIET)
|
||||||
include(QtWraps)
|
|
||||||
include(SHSTKMacros)
|
include(SHSTKMacros)
|
||||||
|
|
||||||
shstk_is_parent_exists(hasParent PARENT_DIRECTORY)
|
shstk_is_parent_exists(hasParent PARENT_DIRECTORY)
|
||||||
@@ -69,6 +68,7 @@ endif()
|
|||||||
|
|
||||||
if (QAD_FOUND OR BUILDING_qad)
|
if (QAD_FOUND OR BUILDING_qad)
|
||||||
|
|
||||||
|
include(QtWraps)
|
||||||
set(__libs "qt")
|
set(__libs "qt")
|
||||||
|
|
||||||
set(__module_qt Qt)
|
set(__module_qt Qt)
|
||||||
|
|||||||
Reference in New Issue
Block a user