I have a C++ extension module using QT and I need to set the distutils 
include_dirs and library_dirs variable.
        My question is: How do I determine them inside setup.py ?
        I know there is a QTDIR env variable, but on my system, for example, it points 
to /usr/qt/2 (and I have QT 3.1.0 installed and working perfectly). So it seems that I 
shouldn't trust this env var, or should I ?
        I checked the configure script of some kde projects, and they all seem to 
check by brute force all possibilities (/usr/local/qt/include /usr/include/qt ...)
        

Thanks, 
-- 
Ricardo Niederberger Cabral
<[EMAIL PROTECTED]>

_______________________________________________
PyKDE mailing list    [EMAIL PROTECTED]
http://mats.gmd.de/mailman/listinfo/pykde

Reply via email to