mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-20 15:40:14 +00:00
GitHub Workflows: added correct path for uv-qt.exe
Qt in Windows sometimes uses '.', another time 'release', so specify it explicitly.
This commit is contained in:
@@ -455,7 +455,7 @@ dxt_compress/dxt_glsl.h:dxt_compress/compress_vp.glsl \
|
||||
gui/QT/uv-qt$(APPEXT): $(wildcard $(srcdir)/gui/QT/*.cpp $(srcdir)/gui/QT/*.hpp) $(srcdir)/src/shared_mem_frame.cpp $(srcdir)/tools/astat.h
|
||||
$(MKDIR_P) $(dir $@)
|
||||
if test -z "$(QMAKE)"; then echo "Reconfigure with '--enable-qt'"; exit 1; fi
|
||||
cd gui/QT && $(QMAKE) $(srcdir)/../../gui/QT && make -j 4
|
||||
cd gui/QT && $(QMAKE) $(srcdir)/../../gui/QT DESTDIR=. && make -j 4
|
||||
|
||||
# -------------------------------------------------------------------------------------------------
|
||||
TEST_OBJS = $(COMMON_OBJS) \
|
||||
|
||||
Reference in New Issue
Block a user