t-artistik / qtscriptgenerator

Automatically exported from code.google.com/p/qtscriptgenerator
0 stars 0 forks source link

Mac build #36

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Seems on the Mac there is not QtCore, QtGui, ... include folder,
so we have to replace '#include <QtCore/...>' & Co. by the framework path,
where all the QtCore headers are

Original issue reported on code.google.com by syntheti...@gmx.net on 25 Feb 2009 at 1:10

Attachments:

GoogleCodeExporter commented 8 years ago
Whats wrong with qt.uitools on the Mac?

Original comment by ian.mon...@gmail.com on 10 Mar 2009 at 1:13

GoogleCodeExporter commented 8 years ago
I looked into this a little more, a patch such as this is only necessary for 
people
using the .dmg from Trolltech. People who use the mac port don't need this and 
will
probably be broken by this.

Original comment by ian.mon...@gmail.com on 10 Mar 2009 at 1:26

GoogleCodeExporter commented 8 years ago
What do you mean with 'mac port'? Port of KDE?
Have you tested how 'make install' installs the headers?

Original comment by syntheti...@gmx.net on 10 Mar 2009 at 10:06

GoogleCodeExporter commented 8 years ago
he means for people using macports (or fink) qt is installed "normally". 
macports installs it in 
/opt/ports/libexec/qt4-mac/

Original comment by lfran...@gmail.com on 11 Mar 2009 at 1:31