mirror of
https://github.com/KDE/konsole.git
synced 2025-12-23 23:38:08 -05:00
Expression repeated inside endif; better to use only endif() [readability/logic] Extra spaces between 'if' and its () [whitespace/extra] Do not mix upper and lower case commands [readability/mixedcase] Weird indentation; use 2 spaces [whitespace/indent] Mismatching spaces inside () after command [whitespace/mismatch] Extra spaces between 'set' and its () [whitespace/extra]
11 lines
460 B
CMake
11 lines
460 B
CMake
|
|
|
|
########### install files ###############
|
|
|
|
install( PROGRAMS org.kde.konsole.desktop DESTINATION ${KDE_INSTALL_APPDIR} )
|
|
install( FILES org.kde.konsole.appdata.xml DESTINATION ${KDE_INSTALL_METAINFODIR} )
|
|
install(FILES org.kde.konsole.desktop DESTINATION ${KDE_INSTALL_DATADIR}/kglobalaccel)
|
|
|
|
install(FILES konsole.notifyrc DESTINATION ${KDE_INSTALL_KNOTIFYRCDIR})
|
|
install( PROGRAMS konsolerun.desktop DESTINATION ${KDE_INSTALL_DATADIR}/kio/servicemenus )
|