You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
361 B
13 lines
361 B
add_subdirectory(demo_konsolepart) |
|
|
|
include(ECMMarkAsTest) |
|
|
|
set(EXECUTABLE_OUTPUT_PATH ${CMAKE_CURRENT_BINARY_DIR}) |
|
|
|
set(KONSOLE_TEST_LIBS Qt::Test konsoleprivate) |
|
|
|
add_executable(PartManualTest PartManualTest.cpp) |
|
ecm_mark_as_test(PartManualTest) |
|
target_link_libraries(PartManualTest KF5::XmlGui KF5::Parts KF5::Pty |
|
${KONSOLE_TEST_LIBS}) |
|
|
|
|