looking at qt4/kde4

bkn <[email protected]> Sun, 30 Oct 2005 08:58:24 -0500
Newsgroups gmane.comp.kde.darwin
Message-ID <[email protected]>
Hi,

I'm attempting to compile kdelibs from trunk. it dies fairly quickly because 
of qt includes. I looked at the problem further and hacked some of the scons 
scripts that allowed me to get a little further. However on closer 
inspection, it looks like QT4 doesn't install all the header files correctly. 
I expect to see a series of directories 
in /usr/local/Trolltech/Qt4.0.1/include with header files within the 
directories. After the 'make install' in the qt4 soruce tree there is only 
QtAssistant header files and QtDesigner header files in /usr/local/Trolltech. 

In short, has anyone noticed the install of qt4 on mac os x is missing many 
header files? (i.e. ls /usr/local/Trolltech/Qt-4.0.1/include is much 
different from ls qt-mac-opensource-src-4.0.1/include)

thanks!