summaryrefslogtreecommitdiff
path: root/tools/cmake/modules/FindQt5Core.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'tools/cmake/modules/FindQt5Core.cmake')
-rw-r--r--tools/cmake/modules/FindQt5Core.cmake10
1 files changed, 0 insertions, 10 deletions
diff --git a/tools/cmake/modules/FindQt5Core.cmake b/tools/cmake/modules/FindQt5Core.cmake
deleted file mode 100644
index 1a2ad84842..0000000000
--- a/tools/cmake/modules/FindQt5Core.cmake
+++ /dev/null
@@ -1,10 +0,0 @@
-execute_process(
- COMMAND ${CMAKE_SOURCE_DIR}/FindQt.sh -v ${qt_version} Qt5CoreConfig.cmake
- OUTPUT_VARIABLE config_file
-)
-
-if(config_file STREQUAL "")
- message(FATAL_ERROR "Qt5 Core module not found")
-endif(config_file STREQUAL "")
-
-include(${config_file})