Andreas Pakulat <[EMAIL PROTECTED]> wrote: >> I can't find a way to tell configure.py (in PyQt4, latest snapshot) where >> my specs file are located. In my Qt 4.1 installation (RPM by Suse), specs >> files are installed into /usr/share/qt/mkspecs. PyQt4's configure detects >> "qt_dir" as "/usr" (because qmake is located in /usr/bin/), so it tries to >> look for spec files in /usr/mkspecs. > > Are there proper symlinks in /usr/share/qt to /usr/bin/moc, qmake and > co? The same for lib and include?
No. > If not, I don't know how to solve this, other than by reporting this to > SuSE and ask them to provide the symlinks. I would, but I'm still concerned by the fact that /usr/bin/qmake *is* able to find its specs files. Maybe the correct way is to extract this information from Qt at configuration time. -- Giovanni Bajo _______________________________________________ PyKDE mailing list [email protected] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
