This is not meant to be used as a test with make test
This commit is contained in:
parent
3fadd93cff
commit
86fb685877
1 changed files with 7 additions and 7 deletions
|
@ -4,10 +4,10 @@ set (test_SRCS
|
|||
test_konachan.cpp
|
||||
test_apis.cpp)
|
||||
|
||||
ecm_add_test(${test_SRCS} LINK_LIBRARIES
|
||||
Qt5::Widgets
|
||||
Qt5::Core
|
||||
KF5::KIOCore
|
||||
KF5::GuiAddons
|
||||
danbooru
|
||||
TEST_NAME test_konachan_api)
|
||||
add_executable(test_konachan_api ${test_SRCS})
|
||||
target_link_libraries(test_konachan_api PRIVATE
|
||||
Qt5::Widgets
|
||||
Qt5::Core
|
||||
KF5::KIOCore
|
||||
KF5::GuiAddons
|
||||
danbooru)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue