1diff --git a/cmake/modules/QtVersionAbstraction.cmake b/cmake/modules/QtVersionAbstraction.cmake 2index 5bd853c84..93ddf3cf8 100644 3--- a/cmake/modules/QtVersionAbstraction.cmake 4+++ b/cmake/modules/QtVersionAbstraction.cmake 5@@ -17,6 +17,7 @@ if( Qt5Core_FOUND ) 6 message(STATUS "Found Qt5 core, checking for further dependencies...") 7 find_package(Qt5Network REQUIRED) 8 find_package(Qt5Xml REQUIRED) 9+ find_package(Qt5Sql REQUIRED) 10 find_package(Qt5Concurrent REQUIRED) 11 if(UNIT_TESTING) 12 find_package(Qt5Test REQUIRED)