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 - Support Qt 5
Summary: Support Qt 5
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on: 225495 225945 226216
Blocks:
  Show dependency tree
 
Reported: 2012-09-18 12:29 UTC by igor_nikiforov
Modified: 2013-06-25 02:43 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.