From: apo Date: Tue, 5 Nov 2013 06:34:29 +0000 (+0000) Subject: move installation part of the build procedure outside of the SUIT_SRC (to SUIT_BUILD... X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=13dc2d3de8af93893ae6160fbb1f632e56082de8;p=modules%2Fgui.git move installation part of the build procedure outside of the SUIT_SRC (to SUIT_BUILD Git repo) --- diff --git a/SUIT.pro b/SUIT.pro index e98589372..e39566769 100644 --- a/SUIT.pro +++ b/SUIT.pro @@ -35,22 +35,3 @@ SUBDIRS = src/Qtx \ src/OCCViewer #-------------------------------------------------------------------------------------- -unix { - install_binaries.files = $$(BIN_DIR) $$(LIB_DIR) - install_binaries.path = $$(TARGET_DIR)/$$(config_id) - INSTALLS *= install_binaries - - install_resources.files = $$(RES_DIR) - install_resources.path = $$(TARGET_DIR) - INSTALLS *= install_resources - - install_config_run.files = $$(ROOT_DIR)/run.config/*.* - install_config_run.path = $$(TARGET_DIR) - INSTALLS *= install_config_run - - install_addons.files = $$(ROOT_DIR)/launcher_config.py $$(ROOT_DIR)/launcher_engine.py $$(ROOT_DIR)/launcher_env.py - install_addons.path = $$(TARGET_DIR) - INSTALLS *= install_addons -} - -#--------------------------------------------------------------------------------------