This file looks large and may slow your browser down if we attempt
to syntax highlight it, so we are showing it without any
pretty colors.
Highlight
it anyway.
| 1 |
project(dictionary) |
| 2 |
|
| 3 |
find_package(KDE4 REQUIRED) |
| 4 |
|
| 5 |
include(KDE4Defaults) |
| 6 |
|
| 7 |
add_definitions (${QT_DEFINITIONS} ${KDE4_DEFINITIONS}) |
| 8 |
include_directories( |
| 9 |
${CMAKE_SOURCE_DIR} |
| 10 |
${CMAKE_BINARY_DIR} |
| 11 |
${KDE4_INCLUDES} |
| 12 |
) |
| 13 |
|
| 14 |
install(DIRECTORY package/ DESTINATION ${DATA_INSTALL_DIR}/plasma/plasmoids/org.chakra.welcome-chakra PATTERN .svn EXCLUDE) |
| 15 |
|
| 16 |
install(FILES plasma-applet-welcome-chakra-qml.desktop |
| 17 |
DESTINATION ${SERVICES_INSTALL_DIR}) |