mirror of
https://bitbucket.org/smil3y/kde-playground.git
synced 2025-02-24 10:52:52 +00:00
11 lines
504 B
CMake
11 lines
504 B
CMake
add_executable(convertscanfiles convertscanfiles.cpp ../src/dvb/dvbtransponder.cpp)
|
|
target_link_libraries(convertscanfiles ${QT_QTCORE_LIBRARY})
|
|
|
|
add_executable(updatedvbsi updatedvbsi.cpp)
|
|
target_link_libraries(updatedvbsi ${QT_QTCORE_LIBRARY} ${QT_QTXML_LIBRARY})
|
|
|
|
add_executable(updatemimetypes updatemimetypes.cpp)
|
|
target_link_libraries(updatemimetypes ${QT_QTCORE_LIBRARY} ${KDE4_KDECORE_LIBS})
|
|
|
|
add_executable(updatesource updatesource.cpp)
|
|
target_link_libraries(updatesource ${QT_QTCORE_LIBRARY})
|