summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d32e6b8..2e7f814 100644
--- a/Makefile
+++ b/Makefile
@@ -45,6 +45,7 @@ TOOLS = assistant \
# keep the above line empty
MACTOOLS = macdeployqt
+QMAKE = qmake
all:
cd src/qtchooser && $(MAKE)
@@ -74,7 +75,7 @@ uninstall:
;; esac
tests/auto/Makefile: tests/auto/auto.pro
- cd tests/auto && qmake -o Makefile auto.pro
+ cd tests/auto && $(QMAKE) -o Makefile auto.pro
check: tests/auto/Makefile
cd src/qtchooser && $(MAKE) check