From 7b9fec2aa8a795ee883e7b9f2f2db8b43717ba15 Mon Sep 17 00:00:00 2001 From: Christian Kandeler Date: Mon, 26 Sep 2022 17:01:07 +0200 Subject: [PATCH] Debugger: Remove CMAKE_INCLUDE_CURRENT_DIR from autotest project file Not needed. Change-Id: Ia75cd0b70f2976a03948e7d8569027f6c0242344 Reviewed-by: hjk --- tests/auto/debugger/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/auto/debugger/CMakeLists.txt b/tests/auto/debugger/CMakeLists.txt index 2e462d870ee..a47babab8f3 100644 --- a/tests/auto/debugger/CMakeLists.txt +++ b/tests/auto/debugger/CMakeLists.txt @@ -20,8 +20,6 @@ if (NOT QT_CREATOR_API_DEFINED) set(CMAKE_CXX_STANDARD_REQUIRED ON) set(CMAKE_CXX_EXTENSIONS OFF) - set(CMAKE_INCLUDE_CURRENT_DIR ON) - set(IMPLICIT_DEPENDS Qt5::Test) include(QtCreatorIDEBranding)