Bug 76278

Summary: QMake Manager: Required "target.path" in src.pro is missing and cannot be created manually via QMake Manager.
Product: [Applications] kdevelop Reporter: Robert Vogl <robert.vogl>
Component: Build tools: QMakeAssignee: KDevelop Developers <kdevelop-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 3.0.1   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Robert Vogl 2004-02-27 14:15:19 UTC
Version:           3.0.1 (using KDE KDE 3.1.4)
Installed from:    Compiled From Sources
OS:          Linux

A QMake-Project requires a "target.path"-variable in src.pro to install the specified binary given by "TARGET=...". This is neither created automatically nor can be created via the QMake Manager because the latter allways includes a "target.files"-variable in combination with "target.path". If "target.files" is present, 'qmake' fails to create the right install targets in the resulting Makefile (The binary will never be installed).
Comment 1 geiseri 2005-01-30 03:03:57 UTC
This seems to be fixed in the current CVS version of KDevelop.