devicePixelRatio() support
This commit is contained in:
@@ -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}")
|
||||
|
||||
Reference in New Issue
Block a user