From 34bf4ccdc749cdc7327bfcd450e04deaf1989b78 Mon Sep 17 00:00:00 2001 From: Jan Dalheimer Date: Wed, 6 Jan 2016 08:47:31 +0100 Subject: NOISSUE Add more qt versions to travis 5.0, 5.1 and 5.2 are currently marked as "allow failure". If they can be made to pass they should be removed from this list, if not they should be removed entirely. --- CMakeLists.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index f432f851..73f3d1d9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -48,7 +48,12 @@ include(Coverity) ################################ 3rd Party Libs ################################ # Find the required Qt parts -find_package(Qt5 COMPONENTS Core Widgets Concurrent Network Test Xml) +find_package(Qt5Core) +find_package(Qt5Widgets) +find_package(Qt5Concurrent) +find_package(Qt5Network) +find_package(Qt5Test) +find_package(Qt5Xml) # The Qt5 cmake files don't provide its install paths, so ask qmake. include(QMakeQuery) -- cgit v1.2.3