summaryrefslogtreecommitdiffstats
path: root/tests/manual/embeddedintoforeignwindow
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/embeddedintoforeignwindow
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/embeddedintoforeignwindow')
-rw-r--r--tests/manual/embeddedintoforeignwindow/CMakeLists.txt1
1 files changed, 1 insertions, 0 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
)