Re: [Development] qmake qt5

2012-09-23 Thread Sylvain Pointeau
> > You should not need to specify TARGET. qmake chooses a default value. > But .pro files that explicitely set TARGET to be empty will produce empty > TARGET variables in Qt 5. > > yes it was the issue, thank you very much for your help ___ Development m

Re: [Development] qmake qt5

2012-09-13 Thread Joerg Bornemann
On 12/09/2012 23:44, ext Sylvain Pointeau wrote: > QMAKE_TARGET and TARGET in the makefile were blank. > once I changed them, it was ok, at least trying to compile. You should not need to specify TARGET. qmake chooses a default value. But .pro files that explicitely set TARGET to be empty will pr

[Development] qmake qt5

2012-09-12 Thread Sylvain Pointeau
QMAKE_TARGET and TARGET in the makefile were blank. once I changed them, it was ok, at least trying to compile. QMAKE_TARGET = myapp DESTDIR = TARGET= myapp.app/Contents/MacOS/myapp is it normal? ___ Development mailing list Development@q