mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-04-05 08:04:41 +00:00
Use 4 CPU cores to build QT GUI
+ use qmake-qt4 by default
This commit is contained in:
@@ -393,7 +393,7 @@ dxt_compress/dxt_glsl.h:dxt_compress/compress_vp.glsl \
|
||||
#echo ";" >> $@
|
||||
|
||||
gui/QT/uv-qt:
|
||||
cd gui/QT; $(QMAKE) ; make -j; cd -
|
||||
cd gui/QT; $(QMAKE) ; make -j 4; cd -
|
||||
|
||||
# -------------------------------------------------------------------------------------------------
|
||||
TEST_OBJS = test/test_bitstream.o \
|
||||
|
||||
@@ -2538,7 +2538,7 @@ AC_ARG_ENABLE(qt,
|
||||
|
||||
if test $qt_req != no
|
||||
then
|
||||
AC_CHECK_PROGS(QMAKE, [qmake qmake-qt4])
|
||||
AC_CHECK_PROGS(QMAKE, [qmake-qt4 qmake])
|
||||
GUI_TARGET=gui/QT/uv-qt
|
||||
else
|
||||
GUI_TARGET=
|
||||
|
||||
Reference in New Issue
Block a user