1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

Search libs in ../../PlugIns on OS X

This commit is contained in:
Tux3 / Mlkj / !Lev.uXFMLA 2014-11-16 13:36:33 +01:00
parent 546b90c4c9
commit 7e2dab6676
No known key found for this signature in database
GPG Key ID: 7E086DD661263264

View File

@ -93,6 +93,9 @@ int main(int argc, char *argv[])
// Windows platform plugins DLL hell fix
QCoreApplication::addLibraryPath(QCoreApplication::applicationDirPath());
a.addLibraryPath("platforms");
#ifdef Q_OS_OSX
a.addLibraryPath("../../PlugIns");
#endif
qDebug() << "built on: " << __TIME__ << __DATE__ << "(" << TIMESTAMP << ")";
qDebug() << "commit: " << GIT_VERSION << "\n";