Bug 77979

Summary: no vpath variable edition in qmake-manager
Product: [Applications] kdevelop Reporter: Jacek Dylak <dylak>
Component: Build tools: QMakeAssignee: KDevelop Developers <kdevelop-devel>
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: 3.0.2   
Target Milestone: ---   
Platform: RedHat Enterprise Linux   
OS: Linux   
Latest Commit: Version Fixed In:

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.