kde-extraapps/kdeplasma-addons/applets/webslice/CMakeLists.txt
2015-09-02 02:13:50 +03:00

21 lines
369 B
CMake

project(webslice)
include_directories( ${QT_INCLUDES} )
set(webslice_SRCS
main.cpp
kgraphicswebslice.cpp
kwebslice.cpp
)
add_executable(webslice ${webslice_SRCS})
target_link_libraries(webslice
${QT_QTCORE_LIBRARY}
${QT_QTNETWORK_LIBRARY}
${QT_QTGUI_LIBRARY}
${QT_QTWEBKIT_LIBRARY}
${QT_QTSCRIPT_LIBRARY}
)
add_subdirectory(plasma)