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 168270

Summary: change the way Qt modules are selected in project properties
Product: cnd Reporter: Alexey Vladykin <alexey_vladykin>
Component: -- Other --Assignee: issues@cnd <issues>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Alexey Vladykin 2009-07-08 09:56:19 UTC
Now Qt modules are selected in project properties from a predefined list with checkboxes. This list can't always be
accurate, because Qt modules change from version to version. It should be easy for the user to specify missing modules
(now it can be done by adding "QT += module_name" in Expert->Custom definitions). Something like in linker libraries:
user selects either a known library from the list, or enters his own library name.