Re: [Interest] QtCreator complains about ".pro file could not be parsed" for Qt5

2013-11-12 Thread liang jian
Thank you for all the replies! On Tue, Nov 12, 2013 at 4:15 PM, Thiago Macieira wrote: > On terça-feira, 12 de novembro de 2013 15:47:58, liang jian wrote: > > Qt5 in my machine is built by myself, I got the source from git and > > checkout to stable branch. > > > You need to upgrade Cre

Re: [Interest] QtCreator complains about ".pro file could not be parsed" for Qt5

2013-11-12 Thread Thiago Macieira
On terça-feira, 12 de novembro de 2013 15:47:58, liang jian wrote: > Qt5 in my machine is built by myself, I got the source from git and > checkout to stable branch. > You need to upgrade Creator. There was a change in Qt 5 that the parser in older versions of Creator cannot handle. -- Thi

Re: [Interest] QtCreator complains about ".pro file could not be parsed" for Qt5

2013-11-12 Thread Damian Ivanov
Had the same issue Yesterday on openSUSE. Deleted $HOME/.config/qtcreator => no result ; installed Qt from installer into different directory => no result Reinstalled OS => works 2013/11/12 liang jian : > Hello everyone, I have a very simple .pro file: > > #

Re: [Interest] QtCreator complains about ".pro file could not be parsed" for Qt5

2013-11-12 Thread Koehne Kai
] QtCreator complains about ".pro file could not be parsed" > for Qt5 > > Hello everyone, I have a very simple .pro file: > > #- > # > # Project created by QtCreator 2013-11-12T09:49:29 # > #

[Interest] QtCreator complains about ".pro file could not be parsed" for Qt5

2013-11-11 Thread liang jian
Hello everyone, I have a very simple .pro file: #- # # Project created by QtCreator 2013-11-12T09:49:29 # #- QT += core gui greaterThan(QT_MAJOR_VERSION, 4): QT += widgets TARGET = testQtCo