SVN commit 1277227 by aseigo: don't install EVERYTHING, just what should be installed M +24 -2 CMakeLists.txt --- trunk/playground/base/plasma/kde-artwork-active/CMakeLists.txt #1277226:1277227 @@ -5,7 +5,29 @@ include(KDE4Defaults) -install(DIRECTORY splash/ DESTINATION ${DATA_INSTALL_DIR}/ksplash/Themes/ActiveAir) -install(DIRECTORY lockscreen/ DESTINATION ${DATA_INSTALL_DIR}/kscreenlocker) +install(FILES splash/main.qml + splash/Preview.png + splash/Theme.rc + splash/images/active-logo-1.png + splash/images/active-logo-2.png + splash/images/active-logo-3.png + splash/images/background.png + splash/images/bottomleft-smallvine-3.png + splash/images/bottomleft-vine-1.png + splash/images/bottomleft-vine-2.png + splash/images/bottomleft-vine-3.png + splash/images/bottomleft-vine-4.png + splash/images/bottomleft-vine-5.png + splash/images/spinner.png + splash/images/topright-vine-2.png + splash/images/topright-vine-3.png + splash/images/topright-vine-4.png + DESTINATION ${DATA_INSTALL_DIR}/ksplash/Themes/ActiveAir) +install(FILES lockscreen/lockscreen-active.qml + lockscreen/unlock-normal.png + lockscreen/unlock-pressed.png + lockscreen/wallpaper.png + DESTINATION ${DATA_INSTALL_DIR}/kscreenlocker) + add_subdirectory(wallpaper)