4
0
mirror of https://github.com/QuasarApp/qca.git synced 2025-05-12 10:49:32 +00:00
Albert Astals Cid d71f4c279b Drop Qt4 support
2020-01-19 17:19:23 +01:00

10 lines
198 B
CMake

ENABLE_TESTING()
set(SOURCES "filewatchunittest.cpp")
add_executable( filewatchunittest ${SOURCES})
target_link_qca_test_libraries(filewatchunittest)
add_qca_test(filewatchunittest "FileWatch")