Warning, /frameworks/kio/autotests/kcookiejar/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 find_package(Qt${QT_MAJOR_VERSION}Test REQUIRED)
0002 
0003 include(ECMAddTests)
0004 
0005 ########### next target ###############
0006 
0007 
0008 # linking to Qt${QT_MAJOR_VERSION}::Gui is only needed for the include paths
0009 ecm_add_test(kcookiejartest.cpp
0010     NAME_PREFIX "kioworker-"
0011     LINK_LIBRARIES  Qt${QT_MAJOR_VERSION}::Test Qt${QT_MAJOR_VERSION}::Gui KF5::KIOCore KF5::ConfigCore
0012 )
0013 
0014 ########### install files ###############
0015 
0016 
0017 
0018 
0019