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

5 lines
133 B
CMake

add_executable(tlssocket tlssocket.cpp main.cpp)
target_link_qca_libraries(tlssocket)
target_link_libraries(tlssocket Qt5::Network)