Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.3
python-qscintilla-qt5
python-config.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File python-config.diff of Package python-qscintilla-qt5
--- QScintilla_gpl-2.10.orig/Python/configure.py 2017-02-20 07:49:30.000000000 -0500 +++ QScintilla_gpl-2.10/Python/configure.py 2017-02-28 22:46:27.978777650 -0500 @@ -222,7 +222,7 @@ if lib_dir is None: lib_dir = target_configuration.qt_lib_dir - if not glob.glob(os.path.join(lib_dir, '*qscintilla2_qt*')): + if not glob.glob(os.path.join(lib_dir, '*qscintilla2-qt*')): error( "The QScintilla library could not be found in %s. If " "QScintilla is installed then use the --qsci-libdir " @@ -303,7 +303,7 @@ version of Qt. target_configuration is the target configuration. """ - qmake = {'CONFIG': 'qscintilla2'} + qmake = {'CONFIG': 'qscintilla2-qt5'} if target_configuration.qsci_inc_dir is not None: qmake['INCLUDEPATH'] = quote(target_configuration.qsci_inc_dir) @@ -1415,6 +1415,9 @@ config = qmake_config.get('CONFIG') if config: pro.write('CONFIG += %s\n' % config) + pro.write('INCLUDEPATH += /usr/include/qt5/QtWidgets\n') + pro.write('INCLUDEPATH += /usr/include/qt5/QtPrintSupport\n') + # Work around QTBUG-39300. pro.write('CONFIG -= android_install\n')
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor