forked from qt-creator/qt-creator
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:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user