aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tests/fuzzer/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fuzzer/CMakeLists.txt')
-rw-r--r--tests/fuzzer/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fuzzer/CMakeLists.txt b/tests/fuzzer/CMakeLists.txt
index a3d4e7c..ae9242d 100644
--- a/tests/fuzzer/CMakeLists.txt
+++ b/tests/fuzzer/CMakeLists.txt
@@ -22,5 +22,5 @@ set(fdsource testcase.cpp)
add_executable(fuzzTestCase ${fdsource} )
-target_link_libraries(fuzzTestCase libdiceparser.a Qt5::Core Qt5::Gui Qt5::Svg Qt5::Concurrent)
+target_link_libraries(fuzzTestCase libdiceparser.a Qt6::Core Qt6::Gui Qt6::Svg Qt6::Concurrent)
#target_link_libraries(fuzzTestCase )