[PyKDE] Exclude QAssistantClient from PyQT?
Jesse Lawrence
lawrence_jesse at yahoo.ca
Sat Feb 15 20:50:01 GMT 2003
Hello all, I'm having the Mandrake installation issues
with PyQT that I've read about in the archives. I
read that it's possible to exclude it from the
installation of PyQT by hacking build.py.
What will I be missing out on if I do exclude
QAssistantClient? Is it important?
Also, how exactly do I exclude it from the build?
I see the following in build.py:
qaclib = ""
if qtVersion >= 0x030100:
if sys.platform == "win32":
qaclib =
"$(QTDIR)\\lib\\qassistantclient.lib"
else:
qaclib = "-lqassistantclient"
proPatches["QACLIB"] =
[re.compile("@BL_QASSISTANTCLIENT@",re.M), qaclib]
I assume I just have to hack something aboue, but I'm
not sure what exactly.
Could someone help me out with this? It would be
greatly appreciated.
Thanks a million,
Jesse Lawrence
______________________________________________________________________
Post your free ad now! http://personals.yahoo.ca
More information about the PyQt
mailing list