Files
qt-creator/tests/auto/valgrind/callgrind/CMakeLists.txt
Eike Ziller 55fa109b59 CMake build: Use version-less Qt targets
Since we do not support Qt < 5.15 anymore, and as a first step
for getting rid of our special FindQt5.cmake.

Change-Id: Icc5dbaf9b0a3a622b1f609ff114b9decb6d2856c
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Reviewed-by: Cristian Adam <cristian.adam@qt.io>
2023-01-05 10:13:16 +00:00

15 lines
452 B
CMake

include(../valgrind.cmake)
add_qtc_test(tst_callgrindparsertests
DEPENDS Utils Core ProjectExplorer Debugger Qt::Core Qt::Network
DEFINES
PARSERTESTS_DATA_DIR="${CMAKE_CURRENT_LIST_DIR}/data"
CALLGRINDPARSERTESTS
INCLUDES "${PROJECT_SOURCE_DIR}/src/plugins"
SOURCES callgrindparsertests.cpp callgrindparsertests.h
)
extend_valgrind_test(tst_callgrindparsertests)
# skipping modeltest (does not compile due to missing widget handler)