Bug 157049 - problem while parsing commented line
Summary: problem while parsing commented line
Status: RESOLVED DUPLICATE of bug 157019
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: 3.5.0
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-31 20:45 UTC by Ilya
Modified: 2008-01-31 21:21 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
project file (659 bytes, text/plain)
2008-01-31 20:48 UTC, Ilya
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***