diff options
Diffstat (limited to 'applications/kmail-quick/CMakeLists.txt')
-rw-r--r-- | applications/kmail-quick/CMakeLists.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/applications/kmail-quick/CMakeLists.txt b/applications/kmail-quick/CMakeLists.txt index 042ea4bc..9758e597 100644 --- a/applications/kmail-quick/CMakeLists.txt +++ b/applications/kmail-quick/CMakeLists.txt | |||
@@ -23,8 +23,7 @@ set (QT_MIN_VERSION "5.4.0") | |||
23 | find_package(KF5 REQUIRED COMPONENTS Package) | 23 | find_package(KF5 REQUIRED COMPONENTS Package) |
24 | 24 | ||
25 | # install UI package | 25 | # install UI package |
26 | kpackage_install_package(package org.kde.pim.kmail-quick genericqml) | 26 | kpackage_install_package(package org.kde.pim.kmail-quick pim) |
27 | install(FILES package/metadata.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} RENAME org.kde.pim.kmail-quick.desktop) | ||
28 | 27 | ||
29 | # install executable | 28 | # install executable |
30 | add_executable(${PROJECT_NAME} main.cpp) | 29 | add_executable(${PROJECT_NAME} main.cpp) |