mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 10:52:51 +00:00
37 lines
741 B
CMake
37 lines
741 B
CMake
########### install files ###############
|
|
|
|
install( FILES
|
|
linkProgram.desktop
|
|
linkURL.desktop
|
|
linkPath.desktop
|
|
linkFloppy.desktop
|
|
linkHD.desktop
|
|
linkCDROM.desktop
|
|
Directory.desktop
|
|
TextFile.desktop
|
|
HTMLFile.desktop
|
|
linkZIP.desktop
|
|
linkDVDROM.desktop
|
|
linkCAMERA.desktop
|
|
linkCDWRITER.desktop
|
|
linkMO.desktop
|
|
DESTINATION ${KDE4_TEMPLATES_INSTALL_DIR}
|
|
)
|
|
|
|
|
|
install(
|
|
FILES
|
|
Program.desktop
|
|
URL.desktop
|
|
Floppy.desktop
|
|
HD.desktop
|
|
CDROM-Device.desktop
|
|
TextFile.txt
|
|
HTMLFile.html
|
|
ZIP-Device.desktop
|
|
DVDROM-Device.desktop
|
|
CAMERA-Device.desktop
|
|
CDWRITER-Device.desktop
|
|
MO-Device.desktop
|
|
DESTINATION ${KDE4_TEMPLATES_INSTALL_DIR}/.source
|
|
)
|