Makefile: Qt DESTDIR is now explicit

Current Qt compiles to {debug,release} directory so this makes the
target binary location deterministic.
This commit is contained in:
Martin Pulec
2020-04-07 10:53:21 +02:00
parent 7b5e97db1f
commit cceab92e2c

View File

@@ -409,7 +409,7 @@ ifeq ($(SYSTEM),Windows)
endif
gui/QT/uv-qt:
cd gui/QT && $(QMAKE) && make -j 4 $(MAKE_GUI_TARGET)
cd gui/QT && $(QMAKE) "DESTDIR+=./" && make -j 4 $(MAKE_GUI_TARGET)
# -------------------------------------------------------------------------------------------------
TEST_OBJS = test/test_bitstream.o \