summaryrefslogtreecommitdiffstats
path: root/src/tools/bootstrap
diff options
context:
space:
mode:
authorSamuel Gaist <samuel.gaist@edeltech.ch>2014-11-23 01:00:05 +0100
committerSamuel Gaist <samuel.gaist@edeltech.ch>2014-11-24 00:33:20 +0100
commit5f6284a98baded49d31b9723117a98d3bd010cfe (patch)
tree5f3466148c26e28f86d08e3992e48f6c3cd4de38 /src/tools/bootstrap
parent13b939c7f41bceb2061e549923eab242326e9bb5 (diff)
Implement Download folder path retrieval on OS X
The current implementation returns the DocumentLocation folder. Since now only cocoa is supported, we can use NSFileManager to get the correct path. [ChangeLog][QtCore][OS X] Now QStandardPaths returns the correct path for the DownloadLocation. Change-Id: Ic0ea3ebf8585a1e34a7b43c734df78fd3949d4d4 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/tools/bootstrap')
-rw-r--r--src/tools/bootstrap/bootstrap.pro7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/tools/bootstrap/bootstrap.pro b/src/tools/bootstrap/bootstrap.pro
index 2b58bff8f3..527a932c4d 100644
--- a/src/tools/bootstrap/bootstrap.pro
+++ b/src/tools/bootstrap/bootstrap.pro
@@ -132,12 +132,13 @@ win32:SOURCES += ../../corelib/io/qfilesystemengine_win.cpp \
mac {
SOURCES += ../../corelib/kernel/qcoreapplication_mac.cpp \
../../corelib/kernel/qcore_mac.cpp
- LIBS += -framework CoreServices
+ LIBS += -framework CoreServices -framework Foundation
}
macx {
- SOURCES += \
- ../../corelib/io/qstandardpaths_mac.cpp
+ OBJECTIVE_SOURCES += \
+ ../../corelib/tools/qstring_mac.mm \
+ ../../corelib/io/qstandardpaths_mac.mm
} else:unix {
SOURCES += \
../../corelib/io/qstandardpaths_unix.cpp