Warning, /graphics/kphotoalbum/themes/darkJS/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 # SPDX-FileCopyrightText: 2009-2010 Miika Turkia <miika.turkia@gmail.com>
0002 # SPDX-FileCopyrightText: 2016, 2020 Johannes Zarl-Zierl <johannes@zarl-zierl.at>
0003 #
0004 # SPDX-License-Identifier: BSD-3-Clause
0005 
0006 install(
0007     FILES
0008     download.png
0009     slideshow.gif
0010     slideshow2.gif
0011     arrow-left.png
0012     arrow-left2.png
0013     arrow-right.png
0014     arrow-right2.png
0015     close.png
0016     imagepage.html
0017     kphotoalbum.theme
0018     mainpage.html
0019     navigation.js
0020     display.js
0021     style.css
0022     ie.css
0023     DESTINATION "${KDE_INSTALL_DATADIR}/kphotoalbum/themes/darkJS"
0024     )
0025 
0026 # vi:expandtab:tabstop=4 shiftwidth=4: