Re: [Interest] Well, I'm kind of irritated by QtCreator...

2015-10-20 Thread Thiago Macieira
On Tuesday 20 October 2015 13:37:47 Bob Hood wrote: > > Use another tool besides qmake. For example, cmake. > > So, qmake is the likely culprit here? > > > You said you can't change the names. Does that mean the buildsystem > > existed > > before you started using Creator? If so, did it work? Tha

Re: [Interest] Well, I'm kind of irritated by QtCreator...

2015-10-20 Thread Bob Hood
On 10/20/2015 12:08 PM, Thiago Macieira wrote: > On Tuesday 20 October 2015 11:52:55 Bob Hood wrote: >> I'm trying to work on a subproject of a larger application, and I am kind of >> irritated by QtCreator's inability to handle invalid command line >> characters. I cannot change the folder names I

Re: [Interest] Well, I'm kind of irritated by QtCreator...

2015-10-20 Thread Thiago Macieira
On Tuesday 20 October 2015 11:52:55 Bob Hood wrote: > I'm trying to work on a subproject of a larger application, and I am kind of > irritated by QtCreator's inability to handle invalid command line > characters. I cannot change the folder names I must reference for things > like headers and link l

Re: [Interest] Well, I'm kind of irritated by QtCreator...

2015-10-20 Thread Giuseppe D'Angelo
Il 20/10/2015 19:52, Bob Hood ha scritto: I cannot change the names of these paths I must reference, nor can I ask them to change the folder names to suite my chosen IDE. I can escape the paths when I am referencing them explicitly (e.g., "../Source \\(Shared\\)/Processing/..." seems to work), b

[Interest] Well, I'm kind of irritated by QtCreator...

2015-10-20 Thread Bob Hood
I'm trying to work on a subproject of a larger application, and I am kind of irritated by QtCreator's inability to handle invalid command line characters. I cannot change the folder names I must reference for things like headers and link libraries, and those paths contain parentheses. QtCreato