This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 218532

Summary: Support Qt 5
Product: cnd Reporter: igor_nikiforov <igor_nikiforov>
Component: ProjectAssignee: issues@cnd <issues>
Status: NEW ---    
Severity: normal CC: jsprenkle
Priority: P3    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on: 225495, 225945, 226216    
Bug Blocks:    

Description igor_nikiforov 2012-09-18 12:29:03 UTC
Upcoming QT 5 should be carefully tested to work with IDE.

This is umbrella Bug to store all IDE-should-aware differences between QT4 and QT5.

First issue is C++11 support enabling in QT5 is different:
  http://woboq.com/blog/cpp11-in-qt5.html
Comment 1 soldatov 2012-12-19 16:49:00 UTC
Qt 5.0 released.
Comment 2 igor_nikiforov 2013-05-28 13:41:59 UTC
For now Qt application and samples should work fine on any system with Qt 5 installed by default or if it's bin directory is in path and right qmake is selected.
Comment 3 igor_nikiforov 2013-06-21 10:51:23 UTC
Fix of C++11 support for QT5:
  http://hg.netbeans.org/cnd-main/rev/228fed2ca089
Comment 4 Quality Engineering 2013-06-25 02:43:37 UTC
Integrated into 'main-golden', will be available in build *201306242301* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/228fed2ca089
User: igor_nikiforov <igor_nikiforov@netbeans.org>
Log: Bug 218532 - Support Qt 5 - partial fix.