summaryrefslogtreecommitdiff
path: root/tests/auto/client/xdgdecorationv1
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2020-03-24 16:23:53 +0100
committerAlexandru Croitor <alexandru.croitor@qt.io>2020-03-26 09:57:22 +0000
commite4cb32970cc1111d7bce95293e6766a879a6b5f7 (patch)
treec637be5f9e9a654c949dc2ce00d60c3c97ba8f99 /tests/auto/client/xdgdecorationv1
parentb77269ff500e184237d523496e17639c94009ac8 (diff)
downloadqtwayland-e4cb32970cc1111d7bce95293e6766a879a6b5f7.tar.gz
CMake: Regenerate and adjust projects after merge
Some of the changes that were needed - adjusted wayland macros due to changed target names for plugins - a few direct moc file includes, to get rid of compilation errors - Threads::Threads linking for a few tests - a few special cases for QT_FOR_PRIVATE handling because pro2cmake doesn't handle those correctly at the moment (they map to PRIVATE_MODULE_INTERFACE rather than PRIVATE_LIBRARIES) - just regenerating all projects Change-Id: I418ce91b1c69c7388d41eb22b94a93a9e80fa732 Reviewed-by: Leander Beernaert <leander.beernaert@qt.io> Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'tests/auto/client/xdgdecorationv1')
-rw-r--r--tests/auto/client/xdgdecorationv1/.prev_CMakeLists.txt5
-rw-r--r--tests/auto/client/xdgdecorationv1/CMakeLists.txt5
2 files changed, 4 insertions, 6 deletions
diff --git a/tests/auto/client/xdgdecorationv1/.prev_CMakeLists.txt b/tests/auto/client/xdgdecorationv1/.prev_CMakeLists.txt
index a73e1055..9311070a 100644
--- a/tests/auto/client/xdgdecorationv1/.prev_CMakeLists.txt
+++ b/tests/auto/client/xdgdecorationv1/.prev_CMakeLists.txt
@@ -15,11 +15,10 @@ qt_add_test(tst_xdgdecorationv1
tst_xdgdecorationv1.cpp
INCLUDE_DIRECTORIES
../shared
- LIBRARIES
- Qt::WaylandClientPrivate
PUBLIC_LIBRARIES
Qt::Gui
- Qt::WaylandClient
+ Qt::OpenGL
+ Qt::WaylandClientPrivate
Wayland::Server
)
diff --git a/tests/auto/client/xdgdecorationv1/CMakeLists.txt b/tests/auto/client/xdgdecorationv1/CMakeLists.txt
index 5d26b7fc..de067a13 100644
--- a/tests/auto/client/xdgdecorationv1/CMakeLists.txt
+++ b/tests/auto/client/xdgdecorationv1/CMakeLists.txt
@@ -15,11 +15,10 @@ qt_add_test(tst_xdgdecorationv1
tst_xdgdecorationv1.cpp
INCLUDE_DIRECTORIES
../shared
- LIBRARIES
- Qt::WaylandClientPrivate
PUBLIC_LIBRARIES
Qt::Gui
- Qt::WaylandClient
+ Qt::OpenGL
+ Qt::WaylandClientPrivate
Wayland::Server
Threads::Threads # special case
)