From 13dc2d3de8af93893ae6160fbb1f632e56082de8 Mon Sep 17 00:00:00 2001 From: apo Date: Tue, 5 Nov 2013 06:34:29 +0000 Subject: [PATCH] move installation part of the build procedure outside of the SUIT_SRC (to SUIT_BUILD Git repo) --- SUIT.pro | 19 ------------------- 1 file changed, 19 deletions(-) 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 -} - -#-------------------------------------------------------------------------------------- -- 2.39.2