Files
pyinstaller/hooks/hook-qt.py
T
giovannibajo a218340b48 Add hook for PyQt
git-svn-id: http://svn.pyinstaller.org/trunk@11 8dd32b29-ccff-0310-8a9a-9233e24343b1
2005-09-03 19:03:40 +00:00

3 lines
75 B
Python

# PyQt (qt.pyd) has a secret dependence on sip.pyd
hiddenimports = ['sip']