mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-21 06:40:15 +00:00
Makefile: added QMAKE_FLAGS
can be used to pass QMAKE_CC/QMAKE_CXX to qmake
This commit is contained in:
@@ -15,6 +15,7 @@ CXX_0 = @echo "Compiling $<..."; $(REAL_CXX)
|
||||
CXX_1 = $(REAL_CXX)
|
||||
CXX = $(CXX_$(VERBOSE))
|
||||
QMAKE = @QMAKE@
|
||||
QMAKE_FLAGS ?=
|
||||
REAL_LINKER = @LINKER@
|
||||
LINKER_0 = @echo "Linking $@..."; $(REAL_LINKER)
|
||||
LINKER_1 = $(REAL_LINKER)
|
||||
@@ -513,7 +514,7 @@ dxt_compress/dxt_glsl.h:dxt_compress/compress_vp.glsl \
|
||||
|
||||
gui/QT/Makefile: gui/QT/uv-qt.pro
|
||||
@if test -z "$(QMAKE)"; then echo "Reconfigure with '--enable-qt'"; exit 1; fi
|
||||
CFLAGS="$(CFLAGS_ORIG)" CXXFLAGS="$(CXXFLAGS_ORIG)" $(QMAKE) -makefile $< "DESTDIR+=./" -o $@
|
||||
CFLAGS="$(CFLAGS_ORIG)" CXXFLAGS="$(CXXFLAGS_ORIG)" $(QMAKE) -makefile $< "DESTDIR+=./" -o $@ $(QMAKE_FLAGS)
|
||||
|
||||
|
||||
.PHONY: $(GUI_TARGET)
|
||||
|
||||
Reference in New Issue
Block a user