From 5f692d18937536679f2fa7f41766e3b92aeeae8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Wed, 2 Jan 2019 02:27:18 +0100 Subject: Quanta: Change CMake rules to make tarballs for toolbars created during building. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko (cherry picked from commit 8155faa4ac0e5ac5b6e304c68d04a6df25690feb) --- quanta/data/toolbars/tagxml/CMakeLists.txt | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) (limited to 'quanta/data/toolbars/tagxml') diff --git a/quanta/data/toolbars/tagxml/CMakeLists.txt b/quanta/data/toolbars/tagxml/CMakeLists.txt index 0ced778c..e010fa57 100644 --- a/quanta/data/toolbars/tagxml/CMakeLists.txt +++ b/quanta/data/toolbars/tagxml/CMakeLists.txt @@ -3,12 +3,24 @@ # (C) 2010-2011 Serghei Amelian # serghei (DOT) amelian (AT) gmail.com # +# (C) 2019 Slávek Banko +# slavek.banko (AT) axis.cz +# # Improvements and feedback are welcome # # This file is released under GPL >= 2 # ################################################# -install( FILES - tagxml.toolbar.tgz - DESTINATION ${DATA_INSTALL_DIR}/quanta/toolbars/tagxml ) + +##### other data ################################ + +foreach( _toolbar tagxml ) + + tde_create_tarball( + TARGET ${_toolbar}.toolbar.tgz + FILES ${_toolbar}.actions ${_toolbar}.toolbar + DESTINATION ${DATA_INSTALL_DIR}/quanta/toolbars/tagxml + ) + +endforeach( ) -- cgit v1.2.3