On segunda-feira, 23 de setembro de 2013 18:54:32, Guido Seifert wrote: > -I. -I../../include -I../../include/QtXmlPatterns > -I../../include/QtXmlPatterns/5.2.0 > -I../../include/QtXmlPatterns/5.2.0/QtXmlPatterns -Iacceltree -Idata -Iapi > -Ienvironment -Iexpr -Ifunctions -Iiterators -Ijanitors -Iparser -Ischema > -Itype -Iutils -I/home/wargand/Programming/qt5/qtbase/include > -I/home/wargand/Programming/qt5/qtbase/include/QtNetwork > -I/home/wargand/Programming/qt5/qtbase/include/QtCore > -I/home/wargand/Programming/qt5/qtbase/include/QtCore/5.1.2 > -I/home/wargand/Programming/qt5/qtbase/include/QtCore/5.1.2/QtCore > -I.moc/release-shared -o .obj/release-shared/qabstractdatetime.o > data/qabstractdatetime.cpp data/qabstractdatetime.cpp: I > > Include paths inside the Qt sources partly 5.2.0, partly 5.1.2? > I am 90% sure that all found .h files are within the freshly cloned qt5.
Hmm... You said you're on 433e143b231a7cc7f1b37ce85d5ee6c3e06efab0, which is current qt5.git#stable. $ git name-rev 433e143b231a7cc7f1b37ce85d5ee6c3e06efab0 433e143b231a7cc7f1b37ce85d5ee6c3e06efab0 stable $ git ls-tree 433e143b231a7cc7f1b37ce85d5ee6c3e06efab0 -- qtbase 160000 commit edf1a5706eebb6f2df14c5f524c7261f88d6cd75 qtbase $ cd qtbase $ git grep QT_VERSION_STR edf1a5706eebb6f2df14c5f524c7261f88d6cd75:src/corelib/global/qglobal.h | cat edf1a5706eebb6f2df14c5f524c7261f88d6cd75:src/corelib/global/qglobal.h:#define QT_VERSION_STR "5.1.2" $ git rev-list edf1a5706eebb6f2df14c5f524c7261f88d6cd75..origin/stable | wc -l 899 So it's not just you. The current qt5.git is broken. The commit message says "Merge branch 'dev' into stable", but it appears not to have worked. qtbase is missing almost 900 commits. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest