Trolltech Home | Qt-interest Home | Recent Threads | All Threads | Author | Date
All threads index page 6

Qt-interest Archive, March 2002
Qt/Mac system font?


Message 1 in thread


<<< text/html: EXCLUDED >>>


Message 2 in thread

I've never been able to use QtMac on mine...
Could anyone help me do that ?
I already asked several Unix guru friends, but none of them found
something wrong with my config...

Though I can run the executables, I just can't compile anything.
Any idea, anyone ?

--
 [ signature omitted ] 

Message 3 in thread

At 2:54 PM +0100 3/16/02, GILLES DATCHARRY wrote:
>I've never been able to use QtMac on mine...
>Could anyone help me do that ?
>I already asked several Unix guru friends, but none of them found
>something wrong with my config...
>
>Though I can run the executables, I just can't compile anything.
>Any idea, anyone ?

- What sorts of compile-time errors are you getting?
- Which config are you using?  The only officially-supported one is macx-g++, but macx-pbuilder is partially functional.

There are a few rough edges, but it is definitely possible to build (and run) Qt/Mac applications on OS X.

Bonne chance,

Eric Smith
Tarkvara Design Inc.


Message 4 in thread

With a lot of help from Eric Tarkvara, I managed to use Qt on my Mac.
The bottomline was that I needed to *manually* link all the Qt libs to
usr/lib

'Hope it helps others,


--
 [ signature omitted ] 

Message 5 in thread

GILLES DATCHARRY wrote:
> With a lot of help from Eric Tarkvara, I managed to use Qt on my Mac.
> The bottomline was that I needed to *manually* link all the Qt libs to
> usr/lib
Yes, this is listed in the INSTALL document. --Kent