From 80c152d6898c1b8727ac14d32437b274153a7089 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Fri, 30 Jun 2017 13:30:52 -0700 Subject: Move the readlink(2) wrapper to qcore_unix.cpp MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This deduplicates the code between QFileSystemEngine and QLockFile. Change-Id: I1eba2b016de74620bfc8fffd14cd005d5fd9beaa Reviewed-by: Jędrzej Nowacki --- qmake/Makefile.unix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'qmake/Makefile.unix') diff --git a/qmake/Makefile.unix b/qmake/Makefile.unix index 259c5cba16..1da4b3727f 100644 --- a/qmake/Makefile.unix +++ b/qmake/Makefile.unix @@ -319,6 +319,9 @@ qmetatype.o: $(SOURCE_PATH)/src/corelib/kernel/qmetatype.cpp qcore_mac.o: $(SOURCE_PATH)/src/corelib/kernel/qcore_mac.cpp $(CXX) -c -o $@ $(CXXFLAGS) $< +qcore_unix.o: $(SOURCE_PATH)/src/corelib/kernel/qcore_unix.cpp + $(CXX) -c -o $@ $(CXXFLAGS) $< + qoperatingsystemversion.o: $(SOURCE_PATH)/src/corelib/global/qoperatingsystemversion.cpp $(CXX) -c -o $@ $(CXXFLAGS) $< -- cgit v1.2.3