anhlehoang410 / qtworkbench

Automatically exported from code.google.com/p/qtworkbench
0 stars 0 forks source link

Include path doesnt handle spaces #15

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Add path with spaces to directories searched for include files in
Settings -> Compiler and Debugger -> search directories -> compiler, e.g.
E:\Microsoft Visual Studio 9.0\VC\include
2. Try to build something based on Qtcore
3. error: "stddef.h" is missing...

Paths with spaces are not handled. Such paths are splited with space as
delimiter.  It works if path is provided in " ". Its quite understandable,
but for linker's search directories path must be without " ". 

What version of the product are you using? On what operating system?

QtWorkbench-0.6.0_alpha
WinXp SP2
Qt 4.4.0 with msvc2008 compiler
C::B 20080625_rev5106 nightly build

Original issue reported on code.google.com by bigfu...@gmail.com on 7 Jul 2008 at 8:10