[Qt-interest] [Ann] Qt Creator and Qt 4.5 Betas Released Today

Robert Hairgrove evorgriahr at hispeed.ch
Sun Dec 21 12:55:37 CET 2008


Qt Software wrote:
> As an early holiday gift to our open source and commercial Qt users,
> Qt Software today released not one, but two betas:
> 
> Qt 4.5 -- the upcoming version of its cross-platform application
> framework for desktop and embedded development.  For more details, and
> to download, visit http://trolltech.com/developer/preview-qt-4.5.
> 
> Qt Creator -- the new cross-platform IDE for Qt development.  With the
> beta release, Qt Creator source code is available under the GPL via a
> publicly accessible repository.  For more details, and to download,
> visit http://trolltech.com/developer/qt-creator.
> 
> The final releases of both Qt 4.5 and Qt Creator are scheduled for the
> first quarter of 2009.
> 
> 
> How to Provide Feedback
> -----------------------
> All feedback from the Qt user community is highly valued, and extensive
> testing of the new features is encouraged. To collect feedback, special
> mailing lists have been set up for both Qt 4.5 and Qt Creator:
> 
> Qt 4.5 | qt4-preview-feedback at trolltech.com.
> To subscribe, send a message containing just the word subscribe to
> qt4-preview-feedback-request at trolltech.com.
> 
> Qt Creator | qt-creator at trolltech.com.
> To subscribe, send a message containing just the word subscribe to
> qt-creator-request at trolltech.com.
> 
> For more information on all Qt mailing lists, and to view archived
> discussions, please visit http://lists.trolltech.com/.
> 
> 
> We hope you enjoy the betas!
> 
> -- 
> Happy Holidays from the Qt Team
> 

Does QtCreator actually work with any Qt 4.x as stated? I have Qt 4.4.3 
installed on Ubuntu Linux (7.04 Feisty Fawn). After qmake runs, I get 
the following errors from make:

====== build errors begin here ==========
In file included from CppDocument.cpp:34:
CppDocument.h:44:26: error: QSharedPointer: No such file or directory
CppDocument.h:60: error: ISO C++ forbids declaration of ‘QSharedPointer’ 
with no type
CppDocument.h:60: error: expected ‘;’ before ‘<’ token
CppDocument.h:104: error: ‘Ptr’ does not name a type
CppDocument.h:239: error: ‘Ptr’ is not a member of ‘CPlusPlus::Document’
CppDocument.h:239: error: ‘Ptr’ is not a member of ‘CPlusPlus::Document’
CppDocument.h:239: error: template argument 2 is invalid
CppDocument.cpp: In member function ‘QStringList 
CPlusPlus::Document::includedFiles() const’:
CppDocument.cpp:137: error: ‘class QStringList’ has no member named 
‘removeDuplicates’
CppDocument.cpp: At global scope:
CppDocument.cpp:224: error: ‘Ptr’ in class ‘CPlusPlus::Document’ does 
not name a type
=========== build errors end =========

Do I need Qt 4.5?



More information about the Qt-interest-old mailing list