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 - change the way Qt modules are selected in project properties
Summary: change the way Qt modules are selected in project properties
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-08 09:56 UTC by Alexey Vladykin
Modified: 2010-11-12 22:28 UTC (History)
0 users

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 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.