Home
last modified time | relevance | path

Searched full:qmake (Results 1 – 4 of 4) sorted by relevance

/tinycbor-2.7.6/
DMakefile17 QMAKE = qmake macro
84 # Check that QMAKE is Qt 5
85 ifeq ($(origin QMAKE),file)
87 ifneq ($(call check_qmake,$(QMAKE)),5)
88 QMAKE := qmake -qt5 macro
89 ifneq ($(call check_qmake,$(QMAKE)),5)
90 QMAKE := qmake-qt5 macro
91 ifneq ($(call check_qmake,$(QMAKE)),5)
92 QMAKE := @echo >&2 $(MAKEFILE): Cannot find a Qt 5 qmake; false macro
163 $(QMAKE) $(QMAKEFLAGS) -o $@ $<
D.gitignore26 .qmake.cache
27 .qmake.stash
28 .qmake.vars
DMakefile.nmake33 qmake -o $@ $**
D.appveyor.yml25 if /i "%tests%"=="1" qmake CONFIG-=release CONFIG+=debug