From d175e05e160ef8bc0638693de72f058f1528acad Mon Sep 17 00:00:00 2001 From: peri4 Date: Sat, 19 Jun 2021 00:11:52 +0300 Subject: [PATCH] Qt UiTools buggy on all platforms --- cmake/QtWraps.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/QtWraps.cmake b/cmake/QtWraps.cmake index 033f0a2..45b4079 100644 --- a/cmake/QtWraps.cmake +++ b/cmake/QtWraps.cmake @@ -259,11 +259,11 @@ macro(qad_find_qt) if (m IN_LIST __qt_modules_5) if (${Qt5${m}_FOUND}) set(__lib ${Qt5${m}_LIBRARIES}) - if (DEFINED ANDROID_PLATFORM) + #if (DEFINED ANDROID_PLATFORM) if (m IN_LIST __qt_bug_modules) get_target_property(__lib Qt5::${m} LOCATION) endif() - endif() + #endif() list(APPEND _Qt5Modules ${m}) list(APPEND Qt5_INCLUDES ${Qt5${m}_INCLUDE_DIRS}) list(APPEND Qt5_LIBRARIES ${__lib})