aboutsummaryrefslogtreecommitdiff
path: root/ports/ogre/disable-dependency-qt.patch
blob: f97bd256b7fba67913eb94647177b631b4b7dccc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/CMake/Dependencies.cmake b/CMake/Dependencies.cmake
index 068dd27..721121b 100644
--- a/CMake/Dependencies.cmake
+++ b/CMake/Dependencies.cmake
@@ -346,7 +346,9 @@ if(NOT ANDROID AND NOT EMSCRIPTEN)
     )
   endif()
 
+  if (0)
   find_package(Qt5 COMPONENTS Core Gui QUIET)
+  endif()
   macro_log_feature(Qt5_FOUND "Qt" "optional integration with the Qt Library for window creation and input" "http://www.qt.io/" FALSE "" "")
 endif()