devicePixelRatio() support

This commit is contained in:
2023-02-06 19:50:27 +03:00
parent 7c6ca07323
commit 4e02e154c6
17 changed files with 98 additions and 47 deletions

View File

@@ -11,6 +11,7 @@ These targets include directories and dependencies
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 REQUIRED)
include(QtWraps)
include(SHSTKMacros)
@@ -38,7 +39,7 @@ foreach (_l ${__libs})
set(__libs_${_l} "")
endforeach()
set(__deps_core "QAD::Widgets")
set(__deps_core "QAD::Widgets;QAD::PIQtUtils")
set(__deps_widgets "QGLEngine::Core")
#message("find QGLEngine ${BUILDING_QGLEngine}")