summaryrefslogtreecommitdiffstats
path: root/qmake
diff options
context:
space:
mode:
Diffstat (limited to 'qmake')
-rw-r--r--qmake/qmake.pri3
1 files changed, 2 insertions, 1 deletions
diff --git a/qmake/qmake.pri b/qmake/qmake.pri
index 73757ee086..4457b2643b 100644
--- a/qmake/qmake.pri
+++ b/qmake/qmake.pri
@@ -137,7 +137,8 @@ bootstrap { #Qt code
unix {
SOURCES += qfilesystemengine_unix.cpp qfilesystemiterator_unix.cpp qfsfileengine_unix.cpp
mac {
- SOURCES += qcore_mac.cpp qsettings_mac.cpp qlocale_mac.mm
+ SOURCES += qcore_mac.cpp qsettings_mac.cpp
+ OBJECTIVE_SOURCES += qlocale_mac.mm
LIBS += -framework ApplicationServices
} else {
SOURCES += qlocale_unix.cpp