summaryrefslogtreecommitdiffstats
path: root/tests/manual
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2020-03-11 19:09:45 +0100
committerAlexandru Croitor <alexandru.croitor@qt.io>2020-03-12 11:41:39 +0100
commit8facb31fde586acc1bdf6c74c198560833fe3dd8 (patch)
tree8f7c93aa0978940d0241fd89addfea1c492491f1 /tests/manual
parentaa77fbca696ce4b107cd0bf866ac7676608f183b (diff)
CMake: Regenerate tests projects
Change-Id: I559bf2c82d83fac9bd3c52a331d99e1e83bc3f87 Reviewed-by: Leander Beernaert <leander.beernaert@qt.io> Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'tests/manual')
-rw-r--r--tests/manual/embeddedintoforeignwindow/CMakeLists.txt1
-rw-r--r--tests/manual/foreignwindows/CMakeLists.txt2
-rw-r--r--tests/manual/lance/CMakeLists.txt2
3 files changed, 4 insertions, 1 deletions
diff --git a/tests/manual/embeddedintoforeignwindow/CMakeLists.txt b/tests/manual/embeddedintoforeignwindow/CMakeLists.txt
index 02c0893cde..c07c8dec5d 100644
--- a/tests/manual/embeddedintoforeignwindow/CMakeLists.txt
+++ b/tests/manual/embeddedintoforeignwindow/CMakeLists.txt
@@ -54,4 +54,5 @@ extend_target(embeddedintoforeignwindow CONDITION QT_FEATURE_opengl
../diaglib/glinfo.cpp ../diaglib/glinfo.h
PUBLIC_LIBRARIES
Qt::OpenGL
+ Qt::OpenGLWidgets
)
diff --git a/tests/manual/foreignwindows/CMakeLists.txt b/tests/manual/foreignwindows/CMakeLists.txt
index 8a7f525198..8fa02ca607 100644
--- a/tests/manual/foreignwindows/CMakeLists.txt
+++ b/tests/manual/foreignwindows/CMakeLists.txt
@@ -19,6 +19,7 @@ add_qt_manual_test(foreignwindows
Qt::CorePrivate
Qt::Gui
Qt::GuiPrivate
+ Qt::OpenGL
Qt::Widgets
)
@@ -54,4 +55,5 @@ extend_target(foreignwindows CONDITION QT_FEATURE_opengl
../diaglib/glinfo.cpp ../diaglib/glinfo.h
PUBLIC_LIBRARIES
Qt::OpenGL
+ Qt::OpenGLWidgets
)
diff --git a/tests/manual/lance/CMakeLists.txt b/tests/manual/lance/CMakeLists.txt
index c59910d363..511f8b150f 100644
--- a/tests/manual/lance/CMakeLists.txt
+++ b/tests/manual/lance/CMakeLists.txt
@@ -17,6 +17,7 @@ add_qt_manual_test(lance
Qt::CorePrivate
Qt::Gui
Qt::GuiPrivate
+ Qt::OpenGLWidgets
Qt::PrintSupport
Qt::Widgets
)
@@ -171,5 +172,4 @@ add_qt_resource(lance "images"
extend_target(lance CONDITION TARGET Qt::OpenGL
PUBLIC_LIBRARIES
Qt::OpenGL
- Qt::OpenGLWidgets
)