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.
Created attachment 23383 [details] project file file which causes this bug
*** This bug has been marked as a duplicate of 157019 ***