qscintilla
This commit is contained in:
parent
e9e2d1d3ca
commit
00bd00ea3c
@ -43,6 +43,8 @@ def qmake_args(self):
|
||||
# giving 'Nothing Installed Error'
|
||||
def setup_build_environment(self, env):
|
||||
env.set('INSTALL_ROOT', self.prefix)
|
||||
# https://riverbankcomputing.com/pipermail/qscintilla/2015-January/001012.html
|
||||
env.set('QMAKEFEATURES', join_path(self.stage.source_path, 'Qt4Qt5', 'features'))
|
||||
|
||||
def setup_run_environment(self, env):
|
||||
env.prepend_path('QT_PLUGIN_PATH', self.prefix.plugins)
|
||||
|
Loading…
Reference in New Issue
Block a user