summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/tools.pri
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@theqtcompany.com>2016-05-02 19:42:27 +0200
committerTor Arne Vestbø <tor.arne.vestbo@theqtcompany.com>2016-05-19 11:20:36 +0000
commitb88573e29b1a7e5201dab7d894df41bb5ebe6c37 (patch)
tree58a4b0a89dc4316533f65ad0ef6935feeffff08c /src/corelib/tools/tools.pri
parent0d5b2422ce278a2fc7d99b7f1a9b10f5d90b8c58 (diff)
Collate conversion functions for Core Foundation/Foundation types
Makes it easier to apply similar changes across all related functions, and to implement functions for new types by having the previous approaches available in one place. Change-Id: I3f0590d67d0e6deb1c6c856ab1de96b55b6af058 Reviewed-by: Jake Petroules <jake.petroules@qt.io>
Diffstat (limited to 'src/corelib/tools/tools.pri')
-rw-r--r--src/corelib/tools/tools.pri3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/corelib/tools/tools.pri b/src/corelib/tools/tools.pri
index 07200b1249..de86a60616 100644
--- a/src/corelib/tools/tools.pri
+++ b/src/corelib/tools/tools.pri
@@ -133,9 +133,6 @@ false: SOURCES += $$NO_PCH_SOURCES # Hack for QtCreator
SOURCES += tools/qelapsedtimer_mac.cpp
OBJECTIVE_SOURCES += tools/qlocale_mac.mm \
tools/qtimezoneprivate_mac.mm \
- tools/qstring_mac.mm \
- tools/qbytearray_mac.mm \
- tools/qdatetime_mac.mm
}
else:android {
SOURCES += tools/qelapsedtimer_unix.cpp tools/qlocale_unix.cpp tools/qtimezoneprivate_android.cpp