From 7e99ab9438217dfcd5df419f010e7fd769e9644b Mon Sep 17 00:00:00 2001 From: Vlad Zahorodnii Date: Fri, 6 Oct 2023 12:40:54 +0300 Subject: [PATCH] Build wayland tests with same build options as other tests --- autotests/wayland/CMakeLists.txt | 6 ------ 1 file changed, 6 deletions(-) diff --git a/autotests/wayland/CMakeLists.txt b/autotests/wayland/CMakeLists.txt index 58bdbc1922..ef03fe4825 100644 --- a/autotests/wayland/CMakeLists.txt +++ b/autotests/wayland/CMakeLists.txt @@ -1,8 +1,2 @@ -include(ECMMarkAsTest) - -remove_definitions(-DQT_NO_CAST_FROM_BYTEARRAY) -remove_definitions(-DQT_NO_CAST_FROM_ASCII) -remove_definitions(-DQT_NO_CAST_TO_ASCII) - add_subdirectory(client) add_subdirectory(server)