summaryrefslogtreecommitdiffstats
path: root/qmake/Makefile.unix
diff options
context:
space:
mode:
authorEdward Welbourne <edward.welbourne@qt.io>2017-02-13 15:15:33 +0100
committerEdward Welbourne <edward.welbourne@qt.io>2017-02-17 12:08:37 +0000
commitcc7d17ffb3003564295d6a07bc6dbca6c73dbbb8 (patch)
tree1735c2b8efa4f04cf88cfeb423c289d21001c9fb /qmake/Makefile.unix
parentfde862c1b38cddd818f99aaf4d802bb833773a75 (diff)
Fix reference to non-existent file in qmake/Makefile.unix
I found no $(QMKGENSRC)/mac/xmloutput.cpp; but skipping the mac/ in its name reveals a perfectly good file, that might even be relevant. It's also the file named in a rule further down the file. Change-Id: I72b399f9c3c222fc6beed29f2007fe55ba5b8412 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
Diffstat (limited to 'qmake/Makefile.unix')
-rw-r--r--qmake/Makefile.unix2
1 files changed, 1 insertions, 1 deletions
diff --git a/qmake/Makefile.unix b/qmake/Makefile.unix
index 53113641f8..17282bd20b 100644
--- a/qmake/Makefile.unix
+++ b/qmake/Makefile.unix
@@ -36,7 +36,7 @@ DEPEND_SRC = \
$(QMKGENSRC)/win32/registry.cpp \
$(QMKGENSRC)/win32/winmakefile.cpp \
$(QMKGENSRC)/win32/mingw_make.cpp $(QMKGENSRC)/win32/msvc_nmake.cpp \
- $(QMKGENSRC)/mac/xmloutput.cpp \
+ $(QMKGENSRC)/xmloutput.cpp \
$(QMKGENSRC)/win32/msvc_vcproj.cpp $(QMKGENSRC)/win32/msvc_vcxproj.cpp \
$(QMKGENSRC)/win32/msvc_objectmodel.cpp $(QMKGENSRC)/win32/msbuild_objectmodel.cpp \
$(SOURCE_PATH)/src/corelib/codecs/qtextcodec.cpp $(SOURCE_PATH)/src/corelib/codecs/qutfcodec.cpp \