Bug 76278 - QMake Manager: Required "target.path" in src.pro is missing and cannot be created manually via QMake Manager.
Summary: QMake Manager: Required "target.path" in src.pro is missing and cannot be cre...
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: Build tools: QMake (show other bugs)
Version: 3.0.1
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-27 14:15 UTC by Robert Vogl
Modified: 2005-01-30 03:03 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 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.