On 2 September 2012 11:44, Till Oliver Knoll <till.oliver.kn...@gmail.com> wrote: > Am 01.09.12 12:24, schrieb Till Oliver Knoll: >> Am 01.09.2012 um 11:54 schrieb Till Oliver Knoll >> <till.oliver.kn...@gmail.com>: > However I *think* I found the solution: I daringly added 'widgets' (I > simply guessed!) to the QT configuration, as in: > > QT += core gui widgets > > and this led to the generation of the uic files and successful > compilation of the Qt Creator example project. > > (Not sure whether the 'gui' keyword as still any effect).
You can have gui without widgets in Qt 5 in order to allow pure-QML applications. In addition widgets aren't part of the Qt Essentials modules allowing platforms such as phones to only offer QML guis if they want to. Cheers Rich. _______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest