summaryrefslogtreecommitdiffstats
path: root/tests/auto/cmake/pass1
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/cmake/pass1')
-rw-r--r--tests/auto/cmake/pass1/CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/auto/cmake/pass1/CMakeLists.txt b/tests/auto/cmake/pass1/CMakeLists.txt
index 970ca33078..cbe3afc7c4 100644
--- a/tests/auto/cmake/pass1/CMakeLists.txt
+++ b/tests/auto/cmake/pass1/CMakeLists.txt
@@ -43,9 +43,6 @@ endmacro()
add_executable(two two.cpp)
add_executable(three three.cpp)
-qt5_use_package(two Core)
qt5_use_package(two Test)
qt5_use_package(three Widgets)
-qt5_use_package(three Gui)
-qt5_use_package(three Core)
qt5_use_package(three Test)