Searched full:qmake (Results 1 – 4 of 4) sorted by relevance
17 QMAKE = qmake macro84 # Check that QMAKE is Qt 585 ifeq ($(origin QMAKE),file)87 ifneq ($(call check_qmake,$(QMAKE)),5)88 QMAKE := qmake -qt5 macro89 ifneq ($(call check_qmake,$(QMAKE)),5)90 QMAKE := qmake-qt5 macro91 ifneq ($(call check_qmake,$(QMAKE)),5)92 QMAKE := @echo >&2 $(MAKEFILE): Cannot find a Qt 5 qmake; false macro163 $(QMAKE) $(QMAKEFLAGS) -o $@ $<
26 .qmake.cache27 .qmake.stash28 .qmake.vars
33 qmake -o $@ $**
25 if /i "%tests%"=="1" qmake CONFIG-=release CONFIG+=debug