summaryrefslogtreecommitdiffstats
path: root/qmake/Makefile.unix.mingw
diff options
context:
space:
mode:
Diffstat (limited to 'qmake/Makefile.unix.mingw')
-rw-r--r--qmake/Makefile.unix.mingw3
1 files changed, 3 insertions, 0 deletions
diff --git a/qmake/Makefile.unix.mingw b/qmake/Makefile.unix.mingw
index 6480171c69..816e5d67de 100644
--- a/qmake/Makefile.unix.mingw
+++ b/qmake/Makefile.unix.mingw
@@ -25,3 +25,6 @@ else
RM_F = del /f
RM_RF = rmdir /s /q
endif
+ifeq ($(CXX), g++)
+ CC = gcc
+endif