https://bugs.kde.org/show_bug.cgi?id=358687
Bug ID: 358687 Summary: Impossible to add additional import include search pathes on windows Product: umbrello Version: 2.18.0 (KDE Applications 15.12.0) Platform: Other OS: MS Windows Status: UNCONFIRMED Severity: normal Priority: NOR Component: general Assignee: umbrello-de...@kde.org Reporter: ralf.habac...@freenet.de Umbrello supports providing additional include pathes by specifing the environment variable UMBRELLO_INCPATH. The recent implementation uses ':' as separator between multiple pathes regardless of the platform, which fails on windows. Reproducible: Always Steps to Reproduce: 1. open command shell and enter set UMBRELLO_INCPATH=c:\mytestdir;c:\anotherdir 2. start umbrello 3. import some c++ header files Actual Results: Umbrello adds the following pathes to the list of include dirs 'c' , '\mytestdir;c' and '\anotherdir' Expected Results: umbrello should use ';' as path separator on windows. -- You are receiving this mail because: You are watching all bug changes.