We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9e2d1d commit 00bd00eCopy full SHA for 00bd00e
var/spack/repos/builtin/packages/qscintilla/package.py
@@ -43,6 +43,8 @@ def qmake_args(self):
43
# giving 'Nothing Installed Error'
44
def setup_build_environment(self, env):
45
env.set('INSTALL_ROOT', self.prefix)
46
+ # https://riverbankcomputing.com/pipermail/qscintilla/2015-January/001012.html
47
+ env.set('QMAKEFEATURES', join_path(self.stage.source_path, 'Qt4Qt5', 'features'))
48
49
def setup_run_environment(self, env):
50
env.prepend_path('QT_PLUGIN_PATH', self.prefix.plugins)
0 commit comments