From 47fa0c9e6833da03a737e06bc3db7afd7659ee9d Mon Sep 17 00:00:00 2001 From: Ariful Islam Date: Sat, 27 Nov 2021 20:14:23 +0600 Subject: [PATCH] set right path for Qt As far the readme file goes, Qt was install under "C" drive. If i don't changed it to correct path then i got the following errors. CMake Error at C:/Firora-Cloud/tools/cmake/share/cmake-3.21/Modules/FindQt4.cmake:1314 (message): Found unsuitable Qt version "" from NOTFOUND, this code requires Qt 4.x Call Stack (most recent call first): CMakeLists.txt:97 (find_package) --- defaults.inc.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults.inc.bat b/defaults.inc.bat index 9d71f4f8c..98978f24e 100644 --- a/defaults.inc.bat +++ b/defaults.inc.bat @@ -33,7 +33,7 @@ if "%BUILD_TARGETS%" == "" set BUILD_TARGETS=Win64,Win32 if "%PROJECT_PATH%" == "" set PROJECT_PATH=c:/Nextcloud/client-building -if "%QT_PATH%" == "" set QT_PATH=d:/Qt/5.15.2 +if "%QT_PATH%" == "" set QT_PATH=c:/Qt/5.15.2 if "%QT_VS_VERSION%" == "" set QT_VS_VERSION=2019 set PATH=c:/Nextcloud/tools/cmake/bin;c:/Nextcloud/tools;C:/Program Files (x86)/NSIS;%PATH%