Thiago Macieira said: > Are all modules linked from qt5.git supposed to compile? I could compile most > modules, but not all. >
The SHA1 combination pointed to by the qt5.git submodules is supposed to give you something that has been successfully compiled on various platforms (at least some Linux and Mac). The compilation procedure only includes the things which are compiled by default, though (e.g. if a module does not appear in qt.pro then it is not included in this test). > QtLocation depends on QtQuick3D, but I can't get QtQuick3D to compile. There > appears to be a conflict between QtGui and QtQuick3D when it comes to > qopenglfunctions.h. > > Both modules have this file, with the same #ifdef guards. The contents appear > to be similar. However, the copy in QtGui has changed the #define name of a > macro which QtQuick3D appears to use, rendering QtQuick3D uncompileable and, > thus, QtLocation. These should be compiling. One common error is attempting to use qtquick3d's master branch. The master branch of qtquick3d is for Qt4, while the qml2 branch is for Qt5. _______________________________________________ Qt5-feedback mailing list [email protected] http://lists.qt.nokia.com/mailman/listinfo/qt5-feedback
