Skip to content
Snippets Groups Projects
Commit 05be34f4 authored by Kai Koehne's avatar Kai Koehne
Browse files

Mac: Fix compilation warning

Change-Id: Ib2d388c468bd88d1774770585fbf8a64de7cfb53
Reviewed-on: http://codereview.qt.nokia.com/1831


Reviewed-by: default avatarKai Koehne <kai.koehne@nokia.com>
parent 8aea021d
No related branches found
No related tags found
No related merge requests found
......@@ -173,6 +173,7 @@ void Environment::prependOrSetPath(const QString &value)
void Environment::prependOrSetLibrarySearchPath(const QString &value)
{
#ifdef Q_OS_MAC
Q_UNUSED(value);
// we could set DYLD_LIBRARY_PATH on Mac but it is unnecessary in practice
#elif defined(Q_OS_WIN)
const QChar sep = QLatin1Char(';');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment