On Thursday, March 22, 2012 21:45:46 Loaden wrote: > > Project WARNING: You should probably load(qt_module) first in > > winmain.profor qtmain, as it also loa d()s qt_module_config. > > Project MESSAGE: Not doing so may lead to qt_module_config.prf > > overriding > > compiler/linker options in > > > > your .pro file. > > > > Project MESSAGE: Ignore this warning with CONFIG+=no_qt_module_warning > > if > > you know what you are doin > > g.
Thanks! This quoted bit showed me where the problem is. src/winmain/winmain.pro uses qt_module_config, but it doesn't set the MODULE variable. Now we'll just have to figure out how to solve that in a way that can be agreed to. Thanks, -- Stephen Kelly <[email protected]> | Software Engineer KDAB (Deutschland) GmbH & Co.KG, a KDAB Group Company www.kdab.com || Germany +49-30-521325470 || Sweden (HQ) +46-563-540090 KDAB - Qt Experts - Platform-Independent Software Solutions
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
