Bug 157049

Summary: problem while parsing commented line
Product: [Applications] kdevelop Reporter: Ilya <forkotov02>
Component: generalAssignee: kdevelop-bugs-null
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version: 3.5.0   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: project file

Description Ilya 2008-01-31 20:45:23 UTC
Version:           3.5.0 (using 3.5.7, compiled sources)
Compiler:          Target: i586-mandriva-linux-gnu
OS:                Linux (i686) release 2.6.22.9-desktop-1mdv

I use kdevelop 3.5 for Qt4 projects. My *.pro file contains this commented lines:

#TRANSLATIONS = translations/oss_plugin_ru.ts \
#               translations/oss_plugin_uk_UA.ts \
#	       translations/oss_plugin_zh_CN.ts
#RESOURCES = translations/translations.qrc

Opening of this file causes parsing error with message "Couldn't parse project".
But all works fine without "/" symbols:

#TRANSLATIONS = translations/oss_plugin_ru.ts
#               translations/oss_plugin_uk_UA.ts
#	       translations/oss_plugin_zh_CN.ts
#RESOURCES = translations/translations.qrc

Kdevelop 3.4.1 doesn't have this bug.
Comment 1 Ilya 2008-01-31 20:48:41 UTC
Created attachment 23383 [details]
project file

file which causes this bug
Comment 2 Andreas Pakulat 2008-01-31 21:21:07 UTC

*** This bug has been marked as a duplicate of 157019 ***