1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 09:42:10 +02:00
falkonOfficial/autotests/CMakeLists.txt

12 lines
228 B
CMake
Raw Normal View History

2017-09-10 15:17:07 +02:00
set( autotests_SRCS
qztoolstest.cpp
main.cpp
cookiestest.cpp
adblocktest.cpp
updatertest.cpp
passwordbackendtest.cpp
)
add_executable(autotests ${autotests_SRCS})
target_link_libraries(autotests FalkonPrivate Qt5::Test)