1
mirror of https://invent.kde.org/network/falkon.git synced 2024-11-11 01:22:10 +01:00

Merge pull request #855 from laoch/master

Small fix for portable Windows builds.
This commit is contained in:
David Rosca 2013-04-18 12:28:31 -07:00
commit beaf05f28e

View File

@ -176,8 +176,9 @@ void Plugins::loadAvailablePlugins()
<< "/usr/lib/qupzilla/"
#endif
#endif
<< mApp->PROFILEDIR + "plugins/";
<< mApp->PROFILEDIR + "plugins/"
#endif
;
foreach (const QString &dir, dirs) {
QDir pluginsDir = QDir(dir);