configure.py.patch 738 B

12345678910111213141516171819
  1. --- QScintilla-gpl-2.9/Python/configure.py.orig 2015-04-20 17:38:24.000000000 +0300
  2. +++ QScintilla-gpl-2.9/Python/configure.py 2015-04-26 21:54:18.000000000 +0300
  3. @@ -31,6 +31,7 @@
  4. import os
  5. import optparse
  6. import sys
  7. +src_dir = os.path.dirname(os.path.abspath(__file__))
  8. ###############################################################################
  9. @@ -1411,6 +1414,7 @@
  10. includepath = qmake_config.get('INCLUDEPATH')
  11. if includepath:
  12. pro.write('INCLUDEPATH += %s\n' % includepath)
  13. + pro.write('INCLUDEPATH += %s\n' % '/usr/include/qt5/QtWidgets /usr/include/qt5/QtPrintSupport')
  14. # Make sure the SIP include directory is searched before the Python include
  15. # directory if they are different.