On 11/30/2010 7:34 AM, Becker Stefan (Nokia-MS/Salo) wrote: > Hi, > > I'm trying Qt Creator on Fedora 14 and found that the QmlDesigner was > missing in their qt-creator-2.1.0-4.rc1.fc14 package. We're discussing > the problems in the following bug reports: > > <https://bugzilla.redhat.com/show_bug.cgi?id=657498> > <https://bugzilla.redhat.com/show_bug.cgi?id=657752> > > > > qt-creator/QmlDesigner compilation requires a lot of internal Qt files, > not only from include/, but also under src/. This makes it really > difficult to package it separately. Is this issue known and will be > addressed in future releases?
Hi, Yes, it is known and we intend to fix it :) The solution we're aiming for is to install the private headers with Qt, like we do for normal headers. I hope we'll get this with Qt 4.8. Meanwhile you have to compile creator against a self-compiled Qt (which must also be the the exact same Qt version it will run with), and specify the location of the private headers in the Qt source tree e.g. via `qmake -r "QT_PRIVATE_HEADERS=$QTDIR/include"` Regards Kai -- Kai Koehne Software Engineer Nokia, Qt Development Frameworks Nokia gate5 GmbH Firmensitz: Invalidenstr. 117, 10115 Berlin, Germany Registergericht: Amtsgericht Charlottenburg, Berlin: HRB 106443 B Umsatzsteueridentifikationsnummer: DE 812 845 193 Geschäftsführer: Dr. Michael Halbherr, Karim Tähtivuori _______________________________________________ Qt-creator mailing list Qt-creator@trolltech.com http://lists.trolltech.com/mailman/listinfo/qt-creator