diff --git a/Projects/Athena/cmake/PreConfig.cmake.in b/Projects/Athena/cmake/PreConfig.cmake.in
index 8d08fdd5a0b5d7fd6ca88061f89bfef8827f72b3..6931c15ed67272cf167f802f1b1e8c4759332892 100644
--- a/Projects/Athena/cmake/PreConfig.cmake.in
+++ b/Projects/Athena/cmake/PreConfig.cmake.in
@@ -1,3 +1,4 @@
+# Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 #
 # Pre-config script to propagate variables to downstream projects
 #
@@ -17,4 +18,5 @@ if( Athena_FIND_QUIETLY )
 endif()
 find_package( Acts ${_quietFlag} COMPONENTS Core )
 find_package( nlohmann_json ${_quietFlag} )
+find_package( Qt5 COMPONENTS Core OpenGL Gui PrintSupport Widgets Sql Network )
 unset( _quietFlag )