From cceab92e2c8fd73d78e9940cfc4d2ec1f790a23e Mon Sep 17 00:00:00 2001 From: Martin Pulec Date: Tue, 7 Apr 2020 10:53:21 +0200 Subject: [PATCH] Makefile: Qt DESTDIR is now explicit Current Qt compiles to {debug,release} directory so this makes the target binary location deterministic. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 61faea9c2..a2908ba47 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 \