1
mirror of https://invent.kde.org/network/falkon.git synced 2024-12-20 10:46:35 +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/" << "/usr/lib/qupzilla/"
#endif #endif
#endif #endif
<< mApp->PROFILEDIR + "plugins/"; << mApp->PROFILEDIR + "plugins/"
#endif #endif
;
foreach (const QString &dir, dirs) { foreach (const QString &dir, dirs) {
QDir pluginsDir = QDir(dir); QDir pluginsDir = QDir(dir);