qscintilla (#16182)

* qscintilla

* Revert "qscintilla"

This reverts commit 00bd00ea3c5af4f29de5dd6961acf03fb51e2ea0.

* Move logic to qt package.

* flake8

Co-authored-by: Elizabeth Fischer <elizabeth.fischer@alaska.edu>
This commit is contained in:
Elizabeth Fischer 2020-05-06 16:35:36 -04:00 committed by GitHub
parent 6d1e9c3ff4
commit 1aacdc4e18
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -222,6 +222,9 @@ def setup_run_environment(self, env):
def setup_dependent_build_environment(self, env, dependent_spec):
env.set('QTDIR', self.prefix)
# https://riverbankcomputing.com/pipermail/qscintilla/2015-January/001012.html
env.set('QMAKEFEATURES', join_path(
dependent_spec.stage.source_path, 'Qt4Qt5', 'features'))
def setup_dependent_package(self, module, dependent_spec):
module.qmake = Executable(join_path(self.spec.prefix.bin, 'qmake'))