Hello! I have the following setup (Linux): - all basic Qt modules (Core, Gui etc.) are installed under the prefix "/usr" - QtWebkit is installed under the prefix "/app" - I want to install PyQt under the prefix "/app" too How can I tell PyQt to search for Qt modules in both places ("/usr" and "/app") when I compile it? Thanks in advanced!