diff --git a/Applications/DataExplorer/Base/CMakeLists.txt b/Applications/DataExplorer/Base/CMakeLists.txt
index 9be3da3231e2d41d55c15f85b54122a9e26d5c45..0f05dccec884719f496487e36b9ec791da523a03 100644
--- a/Applications/DataExplorer/Base/CMakeLists.txt
+++ b/Applications/DataExplorer/Base/CMakeLists.txt
@@ -37,7 +37,7 @@ add_library(QtBase
 )
 
 target_link_libraries(QtBase
-    Qt4::QtGui
+    Qt5::Gui
     GeoLib)
 
 set_property(TARGET QtBase PROPERTY FOLDER "DataExplorer")
diff --git a/Applications/DataExplorer/DataExplorer.cmake b/Applications/DataExplorer/DataExplorer.cmake
index e477eea9e31900484595959cc0f9c53dee7abc96..4a8d7728ace34cdceeb757bbdc94b5b275cc1f37 100644
--- a/Applications/DataExplorer/DataExplorer.cmake
+++ b/Applications/DataExplorer/DataExplorer.cmake
@@ -49,10 +49,10 @@ add_executable(DataExplorer MACOSX_BUNDLE
 )
 
 target_link_libraries(DataExplorer
-    Qt4::QtCore
-    Qt4::QtGui
-    Qt4::QtXml
-    Qt4::QtNetwork
+    Qt5::Core
+    Qt5::Gui
+    Qt5::Xml
+    Qt5::Network
     ApplicationsLib
     ApplicationsFileIO
     DataHolderLib
diff --git a/Applications/DataExplorer/DataView/CMakeLists.txt b/Applications/DataExplorer/DataView/CMakeLists.txt
index 744b1c9f4902d75e0d8b7abc28556a3e1c82d9dd..5bf3d1281baa5437530ff55881b1c07234d38f41 100644
--- a/Applications/DataExplorer/DataView/CMakeLists.txt
+++ b/Applications/DataExplorer/DataView/CMakeLists.txt
@@ -127,7 +127,7 @@ add_library(QtDataView
     ${UIS}
 )
 
-target_link_libraries(QtDataView Qt4::QtCore Qt4::QtGui)
+target_link_libraries(QtDataView Qt5::Core Qt5::Gui)
 target_link_libraries(QtDataView
     ApplicationsFileIO
     DataHolderLib
diff --git a/Applications/DataExplorer/DataView/DiagramView/CMakeLists.txt b/Applications/DataExplorer/DataView/DiagramView/CMakeLists.txt
index 5fe4562e3005ed017ac76f3566880b22fcbc4d2d..4c42911159f7d5f9c32c53d2aa77b789ee1a7b85 100644
--- a/Applications/DataExplorer/DataView/DiagramView/CMakeLists.txt
+++ b/Applications/DataExplorer/DataView/DiagramView/CMakeLists.txt
@@ -41,7 +41,7 @@ add_library(QtDiagramView
 )
 
 target_link_libraries(QtDiagramView
-    Qt4::QtGui
+    Qt5::Gui
     GeoLib
     QtBase
     )
diff --git a/Applications/DataExplorer/DataView/StratView/CMakeLists.txt b/Applications/DataExplorer/DataView/StratView/CMakeLists.txt
index 4a98b67959554a7f8ffaa8a3723c7250abbfe1b1..409dce76c930fc59e3be767b3fab4cd48019e0ef 100644
--- a/Applications/DataExplorer/DataView/StratView/CMakeLists.txt
+++ b/Applications/DataExplorer/DataView/StratView/CMakeLists.txt
@@ -32,6 +32,6 @@ add_library(QtStratView
     ${UIS}
 )
 
-target_link_libraries(QtStratView Qt4::QtGui QtBase)
+target_link_libraries(QtStratView Qt5::Gui QtBase)
 
 set_property(TARGET QtStratView PROPERTY FOLDER "DataExplorer")
diff --git a/Applications/DataExplorer/VtkAct/CMakeLists.txt b/Applications/DataExplorer/VtkAct/CMakeLists.txt
index 0868f2ac068e82b8f1ef5889acaa90c7f64eaca7..2c22239592e3aafda6b44d5d9c99eac6e4a822c4 100644
--- a/Applications/DataExplorer/VtkAct/CMakeLists.txt
+++ b/Applications/DataExplorer/VtkAct/CMakeLists.txt
@@ -28,7 +28,7 @@ add_library( VtkAct
 ADD_VTK_DEPENDENCY(VtkAct)
 
 target_link_libraries( VtkAct
-    Qt4::QtCore
+    Qt5::Core
     ${VTK_LIBRARIES}
     logog
     )
diff --git a/Applications/DataExplorer/VtkVis/CMakeLists.txt b/Applications/DataExplorer/VtkVis/CMakeLists.txt
index 42679e611893a3a8cc87d39e2627894162b19b13..c56f10f45a7d920913392caf5aec2f366e855c39 100644
--- a/Applications/DataExplorer/VtkVis/CMakeLists.txt
+++ b/Applications/DataExplorer/VtkVis/CMakeLists.txt
@@ -128,5 +128,5 @@ if(GEOTIFF_FOUND)
     target_link_libraries(VtkVis ${GEOTIFF_LIBRARIES})
 endif() # GEOTIFF_FOUND
 
-target_link_libraries(VtkVis Qt4::QtGui QtDataView VtkAct)
+target_link_libraries(VtkVis Qt5::Gui QtDataView VtkAct)
 set_property(TARGET VtkVis PROPERTY FOLDER "DataExplorer")
diff --git a/Applications/FileIO/CMakeLists.txt b/Applications/FileIO/CMakeLists.txt
index b493645270bcc06fa3bc7577fcb5b802650159fd..06deb492e2c3d3948cfd76b08a5d489db81f3f94 100644
--- a/Applications/FileIO/CMakeLists.txt
+++ b/Applications/FileIO/CMakeLists.txt
@@ -23,9 +23,9 @@ add_library(ApplicationsFileIO ${SOURCES})
 target_link_libraries(ApplicationsFileIO DataHolderLib)
 
 if(QT4_FOUND)
-    target_link_libraries(ApplicationsFileIO Qt4::QtXml Qt4::QtXmlPatterns)
+    target_link_libraries(ApplicationsFileIO Qt5::Xml Qt5::XmlPatterns)
     if(WIN32 AND CMAKE_CROSSCOMPILING AND OPENSSL_FOUND)
-        target_link_libraries(ApplicationsFileIO Qt4::QtNetwork ${OPENSSL_LIBRARIES} ws2_32)
+        target_link_libraries(ApplicationsFileIO Qt5::Network ${OPENSSL_LIBRARIES} ws2_32)
     endif()
 endif()
 
diff --git a/Applications/Utils/FileConverter/CMakeLists.txt b/Applications/Utils/FileConverter/CMakeLists.txt
index 53d9029c01abee251e861e614c5c82ba88dcab13..26f4b49b37b54a77420de3c7c3493d19cb63eed6 100644
--- a/Applications/Utils/FileConverter/CMakeLists.txt
+++ b/Applications/Utils/FileConverter/CMakeLists.txt
@@ -2,7 +2,7 @@
 if (QT4_FOUND AND Shapelib_FOUND)
     add_executable(ConvertSHPToGLI ConvertSHPToGLI.cpp)
     set_target_properties(ConvertSHPToGLI PROPERTIES FOLDER Utilities)
-    target_link_libraries(ConvertSHPToGLI GeoLib Qt4::QtXml ${Shapelib_LIBRARIES})
+    target_link_libraries(ConvertSHPToGLI GeoLib Qt5::Xml ${Shapelib_LIBRARIES})
 endif ()
 
 if (QT4_FOUND)
diff --git a/BaseLib/CMakeLists.txt b/BaseLib/CMakeLists.txt
index 5a1bc9ee4693695e9e768e45b7ae319cbce58ab2..f616e2820935a34be08b9c6e1572244d01dd9fbf 100644
--- a/BaseLib/CMakeLists.txt
+++ b/BaseLib/CMakeLists.txt
@@ -23,9 +23,9 @@ if(MSVC)
 endif()
 
 if(QT4_FOUND)
-    target_link_libraries(BaseLib Qt4::QtXml Qt4::QtXmlPatterns)
+    target_link_libraries(BaseLib Qt5::Xml Qt5::XmlPatterns)
     if(WIN32 AND CMAKE_CROSSCOMPILING AND OPENSSL_FOUND)
-        target_link_libraries(BaseLib Qt4::QtNetwork ${OPENSSL_LIBRARIES} ws2_32)
+        target_link_libraries(BaseLib Qt5::Network ${OPENSSL_LIBRARIES} ws2_32)
     endif()
 endif()
 
diff --git a/GeoLib/CMakeLists.txt b/GeoLib/CMakeLists.txt
index 47e6599dbd0d1e9f9092cbe68fdb6b8e73e94cf7..87187d88fafcd8ae72501b3ad5feed13bd11d312 100644
--- a/GeoLib/CMakeLists.txt
+++ b/GeoLib/CMakeLists.txt
@@ -21,9 +21,9 @@ target_link_libraries(GeoLib
 )
 
 if(QT4_FOUND)
-    target_link_libraries(GeoLib Qt4::QtXml Qt4::QtXmlPatterns)
+    target_link_libraries(GeoLib Qt5::Xml Qt5::XmlPatterns)
     if(WIN32 AND CMAKE_CROSSCOMPILING AND OPENSSL_FOUND)
-        target_link_libraries(GeoLib Qt4::QtNetwork ${OPENSSL_LIBRARIES} ws2_32)
+        target_link_libraries(GeoLib Qt5::Network ${OPENSSL_LIBRARIES} ws2_32)
     endif()
 endif()
 
diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt
index 90a82855296c29fe16e0dba9ab4eb196e7c1a965..5c7c197f13e9b7783c14ef7dad3497a81b1ca89c 100644
--- a/Tests/CMakeLists.txt
+++ b/Tests/CMakeLists.txt
@@ -69,7 +69,7 @@ if(OGS_BUILD_SWMM)
 endif()
 
 if(QT4_FOUND)
-    target_link_libraries(testrunner Qt4::QtCore Qt4::QtGui Qt4::QtXml Qt4::QtNetwork)
+    target_link_libraries(testrunner Qt5::Core Qt5::Gui Qt5::Xml Qt5::Network)
     if(CMAKE_CROSSCOMPILING)
         target_link_libraries(testrunner
             ${QT_XML_DEPS_LIBRARIES}
diff --git a/scripts/cmake/Find.cmake b/scripts/cmake/Find.cmake
index c91cf3417491784590af10b001010f734ed9997a..98e7288d7b977809ab51c280bd77a4a2b3dd0da8 100644
--- a/scripts/cmake/Find.cmake
+++ b/scripts/cmake/Find.cmake
@@ -94,18 +94,18 @@ endif()
 
 find_package(Metis QUIET)
 
-## Qt4 library ##
+## Qt5 library ##
 if(OGS_BUILD_GUI)
-    find_package( Qt4 4.7 REQUIRED QtGui QtXml QtXmlPatterns)
+    find_package( Qt5 5.5 REQUIRED Gui Widgets Xml XmlPatterns)
     cmake_policy(SET CMP0020 NEW)
     if(CMAKE_CROSSCOMPILING)
         find_package(PkgConfig REQUIRED)
-        pkg_check_modules(QT_XML_DEPS REQUIRED QtXml)
-        list(REMOVE_ITEM QT_XML_DEPS_LIBRARIES QtXml QtCore)
-        pkg_check_modules(QT_GUI_DEPS REQUIRED QtGui)
-        list(REMOVE_ITEM QT_GUI_DEPS_LIBRARIES QtGui QtCore)
-        pkg_check_modules(QT_NETWORK_DEPS REQUIRED QtNetwork)
-        list(REMOVE_ITEM QT_NETWORK_DEPS_LIBRARIES QtNetwork QtCore)
+        pkg_check_modules(QT_XML_DEPS REQUIRED Xml)
+        list(REMOVE_ITEM QT_XML_DEPS_LIBRARIES Xml Core)
+        pkg_check_modules(QT_GUI_DEPS REQUIRED Gui)
+        list(REMOVE_ITEM QT_GUI_DEPS_LIBRARIES Gui Core)
+        pkg_check_modules(QT_NETWORK_DEPS REQUIRED Network)
+        list(REMOVE_ITEM QT_NETWORK_DEPS_LIBRARIES Network Core)
     endif()
 endif()