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:
Martin Pulec
2020-04-06 07:56:21 +02:00
parent cc85548cfb
commit 4be779022a

View File

@@ -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) \