[Bug 281334] Qt plugins cannot be found.
Ralf Habacker
ralf.habacker at freenet.de
Wed Sep 7 09:23:32 UTC 2011
https://bugs.kde.org/show_bug.cgi?id=281334
--- Comment #7 from Ralf Habacker <ralf habacker freenet de> 2011-09-07 09:23:32 ---
in qlibraryinfo.cpp there is the following code:
QSettings *QLibraryInfoPrivate::findConfiguration()
{
QString qtconfig = QLatin1String(":/qt/etc/qt.conf");
#ifdef BOOTSTRAPPING
if(!QFile::exists(qtconfig))
qtconfig = qmake_libraryInfoFile();
#else
if (!QFile::exists(qtconfig) && QCoreApplication::instance()) {
It looks to me, that defining -DBOOTSTRAPPING should reenbale the known
behavior.
--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Kde-windows
mailing list