mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-22 03:40:30 +00:00
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:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user