Warning, /network/konqueror/autotests/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 if (NOT WIN32)
0002 
0003 find_package(Qt${KF_MAJOR_VERSION}Test ${QT_MIN_VERSION} CONFIG REQUIRED)
0004 
0005 set( EXECUTABLE_OUTPUT_PATH ${CMAKE_CURRENT_BINARY_DIR} )
0006 include_directories( ${CMAKE_CURRENT_SOURCE_DIR}/..  )
0007 
0008 ########### konqviewmgrtest ###############
0009 
0010 ecm_add_test(konqviewmgrtest.cpp
0011     LINK_LIBRARIES konqueror_internal_lib Qt${KF_MAJOR_VERSION}::Core Qt${KF_MAJOR_VERSION}::Gui kwebenginepartlib Qt${KF_MAJOR_VERSION}::WebEngineWidgets Qt${KF_MAJOR_VERSION}::Test)
0012 
0013 ########### historymanagertest ###############
0014 
0015 ecm_add_test(historymanagertest.cpp
0016     LINK_LIBRARIES KF${KF_MAJOR_VERSION}::Konq konquerorprivate Qt${KF_MAJOR_VERSION}::Core Qt${KF_MAJOR_VERSION}::Test)
0017 
0018 ########### undomanagertest ###############
0019 
0020 ecm_add_test(undomanagertest.cpp
0021     LINK_LIBRARIES konqueror_internal_lib Qt${KF_MAJOR_VERSION}::Core Qt${KF_MAJOR_VERSION}::Test)
0022 
0023 ########### konqhtmltest ###############
0024 
0025 ecm_add_test(konqhtmltest.cpp
0026     LINK_LIBRARIES konqueror_internal_lib kwebenginepartlib Qt${KF_MAJOR_VERSION}::Core Qt${KF_MAJOR_VERSION}::Test)
0027 
0028 ########### konqviewtest ###############
0029 
0030 ecm_add_test(konqviewtest.cpp
0031     LINK_LIBRARIES konqueror_internal_lib Qt${KF_MAJOR_VERSION}::Core Qt${KF_MAJOR_VERSION}::Test)
0032 
0033 ########### openorsavequestion_unittest ###############
0034 
0035 ecm_add_test(openorsavequestion_unittest.cpp
0036     LINK_LIBRARIES konqueror_internal_lib Qt${KF_MAJOR_VERSION}::Core Qt${KF_MAJOR_VERSION}::Test KF${KF_MAJOR_VERSION}::Service)
0037 
0038 endif (NOT WIN32)