Bug 77979 - no vpath variable edition in qmake-manager
Summary: no vpath variable edition in qmake-manager
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: Build tools: QMake (show other bugs)
Version: 3.0.2
Platform: RedHat Enterprise Linux Linux
: NOR wishlist
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-19 08:20 UTC by Jacek Dylak
Modified: 2006-11-20 22:39 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jacek Dylak 2004-03-19 08:20:57 UTC
Version:            (using KDE KDE 3.2.1)
Installed from:    RedHat RPMs
Compiler:          gcc 3.3.2 
OS:          Linux

The qmake-manager contains possiblity of adding include paths to the project. However there is another variable in QMake "vpath" which allows adding external source paths (where qmake should look for source files). But there is no possiblity of editing it from within the qmake-manager.

I have several projects which often use the same source files so I keep these source files in the single directory and just refer to them from the pro file via the VPATH/INCLUDEPATH variables.

Expected behaviour:
"VPATH" tab similar to INCLUDEPATH tab for adding values to VPATH variable
Comment 1 Andreas Pakulat 2006-11-20 22:39:53 UTC
Fixed in current SVN, you can set any variable via the custom variable tab.