summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorWolf-Michael Bolle <wolf-michael.bolle@nokia.com>2012-01-10 15:33:39 +0100
committerDavid Faure <faure@kde.org>2012-01-10 15:38:39 +0100
commit9d227f8cd3ac33e2e43ab6d435bc5dcd8dae2c02 (patch)
treeab4522f7b98599cccd50cef84efde22640d43b13 /src
parent684a426ec6992e4f52a808c534d6c08e17b97252 (diff)
Fixed a link problem on MacOS.
On MacOS, inqt5/qstandardpaths_mac.cpp will only link if Carbon is linked, too. Change-Id: Iafe6fbf5f3e64d6f55fda0de2836bb4a9c8a4200 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: David Faure <faure@kde.org>
Diffstat (limited to 'src')
-rw-r--r--src/mimetypes/mimetypes.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mimetypes/mimetypes.pro b/src/mimetypes/mimetypes.pro
index 2e03d79..aaccfb7 100644
--- a/src/mimetypes/mimetypes.pro
+++ b/src/mimetypes/mimetypes.pro
@@ -43,6 +43,7 @@ win32: SOURCES += inqt5/qstandardpaths_win.cpp
unix: {
macx-*: {
SOURCES += inqt5/qstandardpaths_mac.cpp
+ LIBS += -framework Carbon
} else {
SOURCES += inqt5/qstandardpaths_unix.cpp
}