summaryrefslogtreecommitdiffstats
path: root/src/tools
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/tools
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/tools')
-rw-r--r--src/tools/bootstrap/bootstrap.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/bootstrap/bootstrap.pro b/src/tools/bootstrap/bootstrap.pro
index 1bf7a47efb..2eb8837b4c 100644
--- a/src/tools/bootstrap/bootstrap.pro
+++ b/src/tools/bootstrap/bootstrap.pro
@@ -123,7 +123,7 @@ mac {
macx {
OBJECTIVE_SOURCES += \
- ../../corelib/tools/qstring_mac.mm \
+ ../../corelib/kernel/qcore_foundation.mm \
../../corelib/io/qstandardpaths_mac.mm
} else:unix {
SOURCES += \