This is not meant to be used as a test with make test

This commit is contained in:
Luca Beltrame 2015-08-25 16:55:12 +02:00
parent 3fadd93cff
commit 86fb685877

View file

@ -4,10 +4,10 @@ set (test_SRCS
test_konachan.cpp test_konachan.cpp
test_apis.cpp) test_apis.cpp)
ecm_add_test(${test_SRCS} LINK_LIBRARIES add_executable(test_konachan_api ${test_SRCS})
Qt5::Widgets target_link_libraries(test_konachan_api PRIVATE
Qt5::Core Qt5::Widgets
KF5::KIOCore Qt5::Core
KF5::GuiAddons KF5::KIOCore
danbooru KF5::GuiAddons
TEST_NAME test_konachan_api) danbooru)