Revert "Add support for Qt6"
This reverts commit e1bf1cd786.
This breaks the build with older CMake (3.9 for example), which
doesn't support alias to imported targets.
This commit is contained in:
@@ -2,5 +2,5 @@
|
||||
add_executable(fuzzer main.cpp Fuzzer.cpp Operations.cpp ../Testing.cpp)
|
||||
|
||||
set_property(TARGET fuzzer PROPERTY CXX_STANDARD 17)
|
||||
target_link_libraries(fuzzer kddockwidgets KDAB::QtWidgets KDAB::QtTest)
|
||||
target_link_libraries(fuzzer kddockwidgets Qt5::Widgets Qt5::Test)
|
||||
set_compiler_flags(fuzzer)
|
||||
|
||||
Reference in New Issue
Block a user