kdeconnect-kde/plugins/bigscreen/CMakeLists.txt
Alexander Lohnau a1195a72a3 Use versionless Qt targets where possible
We depend on 5.15 which allows us to use those
2023-07-25 18:29:38 +02:00

7 lines
206 B
CMake

kdeconnect_add_plugin(kdeconnect_bigscreen SOURCES bigscreenplugin.cpp)
target_link_libraries(kdeconnect_bigscreen
kdeconnectcore
kdeconnectinterfaces
Qt::DBus
KF${QT_MAJOR_VERSION}::I18n)