From 2427ea5a9bb320ce06e41545d819ece03c739725 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9F=D0=B5=D0=BB=D0=B8=D0=BF=D0=B5=D0=BD=D0=BA=D0=BE=20?= =?UTF-8?q?=D0=98=D0=B2=D0=B0=D0=BD?= Date: Sun, 5 Apr 2020 11:13:12 +0000 Subject: [PATCH] git-svn-id: svn://db.shs.com.ru/libs@932 a8b55f48-bf90-11e4-a774-851b48703e85 --- qad/cmake/QtWraps.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qad/cmake/QtWraps.cmake b/qad/cmake/QtWraps.cmake index 27ad4e4..25f4744 100644 --- a/qad/cmake/QtWraps.cmake +++ b/qad/cmake/QtWraps.cmake @@ -183,7 +183,7 @@ macro(find_qt) #if (Qt5_FOUND) # set(_MSG 0) #endif() - find_package(Qt5 COMPONENTS LinguistTools UiPlugin Widgets ${_QCOMP} ${_QUIET}) + find_package(Qt5 COMPONENTS Core LinguistTools UiPlugin Widgets ${_QCOMP} ${_QUIET}) if (Qt5_FOUND) set(LOCAL_FOUND5 1) set(_Qt5Modules)