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:
parent
546b90c4c9
commit
7e2dab6676
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue
Block a user