On Tue, Sep 11, 2012 at 10:55 PM, Sylvain Pointeau <
[email protected]> wrote:

> ok then I compiled and deployed only qtbase
> I deployed it and now
> "make" on my project, does nothing, always saying that the files are up.todate
>
> did you meet the same issue?
>
>
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
[email protected]
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to