From 68e8d09dc055e9ae1156537c7102d223106344b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaakko=20Kera=CC=88nen?= Date: Fri, 29 Jun 2018 12:14:03 +0300 Subject: [PATCH] CMake: Omit Qt from the main configuration --- doomsday/cmake/Config.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doomsday/cmake/Config.cmake b/doomsday/cmake/Config.cmake index e7397716a5..919fad3e4b 100644 --- a/doomsday/cmake/Config.cmake +++ b/doomsday/cmake/Config.cmake @@ -32,7 +32,7 @@ endif () find_package (CPlus REQUIRED) -include (QtConfig) +#include (QtConfig) # Platform-Specific Configuration --------------------------------------------