Bug 76488 - QMake-Project: strip tries to strip files other than binaries
Summary: QMake-Project: strip tries to strip files other than binaries
Status: RESOLVED NOT A BUG
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-03-01 11:19 UTC by Robert Vogl
Modified: 2006-11-20 22:29 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-03-01 11:19:41 UTC
Version:           3.0.1 (using KDE KDE 3.1.4)
Installed from:    Compiled From Sources
OS:          Linux

Example (excerpt of src.pro):

...
CONFIG += release \
...
desktop.path = /usr/share/locale/de/LC_MESSAGES/
desktop.files += qtmyapp_de.qm
...
INSTALLS += desktop \
...

"make install" tries to strip 'qtmyapp_de.qm' and fails (File format not recognized).
Comment 1 Robert Vogl 2004-03-19 01:02:41 UTC
Ich werde ab  08.03.2004 nicht im B
Comment 2 Andreas Pakulat 2006-11-20 22:29:38 UTC
This is a bug in qmake's Makefile generator and has nothing to do with KDevelop. Closing.