From kde-commits Thu Mar 31 21:59:01 2016 From: Friedrich W. H. Kossebau Date: Thu, 31 Mar 2016 21:59:01 +0000 To: kde-commits Subject: [kapptemplate/Applications/16.04] src/templates: Unbreak build: remove install instruction for remov Message-Id: X-MARC-Message: https://marc.info/?l=kde-commits&m=145946155402674 Git commit 50bf97f31cd8694f4c89508298e048f2eab8d534 by Friedrich W. H. Koss= ebau. Committed on 31/03/2016 at 21:55. Pushed by kossebau into branch 'Applications/16.04'. Unbreak build: remove install instruction for removed preview of runner Fixup for fb9606dfe2fb1c114b24674340e8c10b2d78c54d M +0 -1 src/templates/CMakeLists.txt http://commits.kde.org/kapptemplate/50bf97f31cd8694f4c89508298e048f2eab8d534 diff --git a/src/templates/CMakeLists.txt b/src/templates/CMakeLists.txt index f5ed633..8213866 100644 --- a/src/templates/CMakeLists.txt +++ b/src/templates/CMakeLists.txt @@ -9,5 +9,4 @@ install(FILES C++/kde-frameworks5/kde-frameworks5.png DESTI= NATION ${DATA_INSTALL install(FILES C++/kpartapp/kpartapp.png DESTINATION ${DATA_INSTALL_DIR}/kd= evappwizard/template_previews) install(FILES C++/akonadiresource/akonadi-resources.png DESTINATION ${DATA= _INSTALL_DIR}/kdevappwizard/template_previews) install(FILES C++/akonadiserializer/akonadi-serializer.png DESTINATION ${D= ATA_INSTALL_DIR}/kdevappwizard/template_previews) -install(FILES C++/runner/runner.png DESTINATION ${DATA_INSTALL_DIR}/kdevap= pwizard/template_previews) install(FILES C++/konqplugin/konqplugin.png DESTINATION ${DATA_INSTALL_DIR= }/kdevappwizard/template_previews)