wuhailinjerry / edb-debugger

Automatically exported from code.google.com/p/edb-debugger
GNU General Public License v2.0
0 stars 0 forks source link

qmake: Error processing project file #57

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Using Ubuntu 8.10

$ qmake --version
QMake version 2.01a
Using Qt version 4.5.0 in /usr/lib

$ qmake
Error processing project file: /home/felix/Work/src/Evan's Debugger/debugger.pro

Why is it doing that? I'm on the GNOME desktop, so I might not have certain Qt 
dependencies (although I run Qt apps like Skype, Opera, so I probably have the 
runtime installed).

Original issue reported on code.google.com by evan.teran on 3 Oct 2012 at 3:21

GoogleCodeExporter commented 9 years ago
Using Ubuntu 9.04 Jaunty Jackalope, sorry.

Original comment by evan.teran on 3 Oct 2012 at 4:10

GoogleCodeExporter commented 9 years ago
he issue the directory name "Evan's Debugger" qmake has difficulties with 
apostrophes and spaces.

If you rename it back to the original name "debugger" (or any other name that 
doesn't have those characters), it works fine.

Original comment by evan.teran on 3 Oct 2012 at 4:10