Adapt to the rename

This commit is contained in:
Luca Beltrame 2018-08-24 18:27:00 +02:00
parent dbb59369a3
commit 023d977ae4
Signed by: einar
GPG key ID: 8DF631FD021DB0C5

View file

@ -1,11 +1,11 @@
include(ECMAddTests)
set (test_SRCS
test_konachan.cpp
test_service.cpp
test_apis.cpp)
add_executable(test_konachan_api ${test_SRCS})
target_link_libraries(test_konachan_api PRIVATE
add_executable(test_moebooru_api ${test_SRCS})
target_link_libraries(test_moebooru_api PRIVATE
Qt5::Widgets
Qt5::Core
KF5::KIOCore