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 157236 - IDE should to find paths to standard Qt libraries automatically
Summary: IDE should to find paths to standard Qt libraries automatically
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Alexey Vladykin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-21 15:04 UTC by soldatov
Modified: 2009-02-19 20:30 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description soldatov 2009-01-21 15:04:35 UTC
IDE should to find paths to standard Qt libraries automatically

Scenario:
- Create 'C/C++ Qt Application' project
- Create 'Main C++ file for Qt application'
==> IDE highlights <QApplication> as unresolved include
Comment 1 Alexey Vladykin 2009-01-22 13:45:49 UTC
In changeset http://hg.netbeans.org/main/rev/e677e671b810 I implemented automatic discovery of Qt include directories.
It works on localhost if qmake is in PATH.