Changeset View
Changeset View
Standalone View
Standalone View
data/CMakeLists.txt
| 1 | install(FILES | | |||
|---|---|---|---|---|---|
| 2 | thumb_frame.png | | |||
| 3 | DESTINATION ${KDE_INSTALL_DATADIR_KF5}/knewstuff/pics) | | |||
| 4 | | ||||
| 5 | # Exclude tool to aggregate updated desktop files from being installed. It | 1 | # Exclude tool to aggregate updated desktop files from being installed. It | ||
| 6 | # serves no purpose in production. | 2 | # serves no purpose in production. | ||
| 7 | install(DIRECTORY | 3 | install(DIRECTORY | ||
| 8 | kmoretools-desktopfiles/ | 4 | kmoretools-desktopfiles/ | ||
| 9 | DESTINATION ${KDE_INSTALL_DATADIR_KF5}/kmoretools/presets-kmoretools | 5 | DESTINATION ${KDE_INSTALL_DATADIR_KF5}/kmoretools/presets-kmoretools | ||
| 10 | PATTERN "*.sh" EXCLUDE) | 6 | PATTERN "*.sh" EXCLUDE) | ||