From 1fd549ede6c9a746fdf42804a459edc4bdcb8e5d Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Wed, 12 Aug 2020 09:28:24 +0200 Subject: [PATCH] if CONFIGBASE is not set, then install intoo the modules location --- App/tools/driver.makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/App/tools/driver.makefile b/App/tools/driver.makefile index 256833a..98a8b18 100644 --- a/App/tools/driver.makefile +++ b/App/tools/driver.makefile @@ -303,6 +303,7 @@ endef # You can add more UI rules following this pattern: #$(eval $(call INSTALL_UI_RULE,VARIABLE,installdir,sourcedefaultlocation)) +CONFIGBASE ?= ${EPICS_MODULES} $(eval $(call INSTALL_UI_RULE,QT,${CONFIGBASE}/qt,qt/*)) else # EPICSVERSION