PyQt5/PyQt5-5.3.2-python-sip-4.16.1.patch

12 lines
508 B
Diff
Raw Normal View History

--- PyQt-gpl-5.3.2/configure.py.orig 2014-09-21 01:58:28.591540643 +0200
+++ PyQt-gpl-5.3.2/configure.py 2014-09-21 01:59:14.195602717 +0200
@@ -2386,6 +2386,8 @@
# This is needed for Windows.
pro_lines.append('INCLUDEPATH += .')
+ pro_lines.append('INCLUDEPATH += /usr/include/qt5/QtPrintSupport')
+
# Make sure the SIP include directory is searched before the Python include
# directory if they are different.
pro_lines.append('INCLUDEPATH += %s' % target_config.sip_inc_dir)