diff --git a/cmake/GeoModelIOConfig.cmake.in b/cmake/GeoModelIOConfig.cmake.in
index 9a194c55760076334a42638f24608837852b8bda..e57f283c2dcf7924730e66e2138d9e67bf8c6938 100644
--- a/cmake/GeoModelIOConfig.cmake.in
+++ b/cmake/GeoModelIOConfig.cmake.in
@@ -1,7 +1,6 @@
 # Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
 
 # First off, import the upstream dependencies of the project.
-find_package( Qt5 COMPONENTS Core Sql )
 find_package( GeoModelCore @GeoModelCore_VERSION@ )
 
 # Now include the exported configuration of GeoModelIO.
@@ -15,7 +14,7 @@ set( GeoModelIO_VERSION "@PROJECT_VERSION@" )
 include( FindPackageHandleStandardArgs )
 find_package_handle_standard_args( GeoModelIO
    FOUND_VAR GeoModelIO_FOUND
-   REQUIRED_VARS SELF_DIR Qt5_FOUND GeoModelCore_FOUND
+   REQUIRED_VARS SELF_DIR GeoModelCore_FOUND
    VERSION_VAR GeoModelIO_VERSION )
 
 # Clean up.