Bug 76488

Summary: QMake-Project: strip tries to strip files other than binaries
Product: [Applications] kdevelop Reporter: Robert Vogl <robert.vogl>
Component: Build tools: QMakeAssignee: KDevelop Developers <kdevelop-devel>
Status: RESOLVED NOT A BUG    
Severity: normal    
Priority: NOR    
Version: 3.0.1   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

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.