ELETTRA-SincrotroneTrieste / cumbia-libs

Generic purpose C++ multi threaded library, C++ Tango and Epics modules, Qt components for control system graphical user interfaces
GNU General Public License v3.0
4 stars 4 forks source link

File path hardcoded in cuuimake #6

Open abogani opened 1 year ago

abogani commented 1 year ago

The cuuimake tool looks for the cuuimake-cumbia-qtcontrols.xml file using the path where the former was built. I didn't find a way to pass the file with a different path.

delleceste commented 1 year ago

Does a qmake option make sense?

qmake CUMBIA_QTCONTROLS_XML_ROOT=my/custom/path

abogani commented 1 year ago

Unfortunately, that doesn't solve my issue. Indeed I would need to define the file path at run-time.

delleceste commented 1 year ago

Done in commit a49a34b128f3251abeca9b8a7feefddb1ec816b0