[Development] Qt 4.8 clang and libc++

Sylvain Pointeau sylvain.pointeau at gmail.com
Wed Sep 12 21:48:44 CEST 2012


On Tue, Sep 11, 2012 at 10:55 PM, Sylvain Pointeau <
sylvain.pointeau at gmail.com> 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?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/development/attachments/20120912/4e6d7302/attachment.html>


More information about the Development mailing list