Warning, /network/kio-extras/smb/autotests/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 if(NOT BUILD_TESTING)
0002     return()
0003 endif()
0004 
0005 # allow coercing cstring to qstring, easier to write
0006 remove_definitions(-DQT_NO_CAST_FROM_ASCII)
0007 
0008 find_package(Qt6Test ${QT_MIN_VERSION} CONFIG REQUIRED)
0009 
0010 include(ECMAddTests)
0011 
0012 ecm_add_tests(
0013     smburltest.cpp
0014     transfertest.cpp
0015     shouldresumetest.cpp
0016     LINK_LIBRARIES
0017         Qt::Test
0018         kio_smb_static
0019 )