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
Fixed in current SVN, you can set any variable via the custom variable tab.