>
> 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
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
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