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.
_______________________________________________
Kde-windows mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kde-windows