Debugger: Remove CMAKE_INCLUDE_CURRENT_DIR from autotest project file

Not needed.

Change-Id: Ia75cd0b70f2976a03948e7d8569027f6c0242344
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Christian Kandeler
2022-09-26 17:01:07 +02:00
parent 787de7eede
commit 7b9fec2aa8

View File

@@ -20,8 +20,6 @@ if (NOT QT_CREATOR_API_DEFINED)
set(CMAKE_CXX_STANDARD_REQUIRED ON) set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_EXTENSIONS OFF) set(CMAKE_CXX_EXTENSIONS OFF)
set(CMAKE_INCLUDE_CURRENT_DIR ON)
set(IMPLICIT_DEPENDS Qt5::Test) set(IMPLICIT_DEPENDS Qt5::Test)
include(QtCreatorIDEBranding) include(QtCreatorIDEBranding)