[umbrello-devel] [umbrello] [Bug 358687] New: Impossible to add additional import include search pathes on windows
Ralf Habacker via KDE Bugzilla
bugzilla_noreply at kde.org
Thu Jan 28 16:00:47 UTC 2016
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-devel at kde.org
Reporter: ralf.habacker at 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 the assignee for the bug.
More information about the umbrello-devel
mailing list