Files
qt-creator/tests/auto/cplusplus/cppselectionchanger/CMakeLists.txt
hjk 9d80e23256 CppEditor: Proliferate FilePath use
This includes one functional change: It drops some cleaning
of the path used to create the CppDocument, which is now
assumed to be done on the caller side.

Change-Id: I5e2a182028e4d5b56282ad85f4a5c665f081754f
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
2022-11-24 15:54:33 +00:00

5 lines
121 B
CMake

add_qtc_test(tst_cplusplus_cppselectionchangertest
DEPENDS CppEditor Utils
SOURCES tst_cppselectionchangertest.cpp
)