Skip to content

Commit 00bd00e

Browse files
author
Elizabeth Fischer
committed
qscintilla
1 parent e9e2d1d commit 00bd00e

File tree

1 file changed

+2
-0
lines changed
  • var/spack/repos/builtin/packages/qscintilla

1 file changed

+2
-0
lines changed

var/spack/repos/builtin/packages/qscintilla/package.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ def qmake_args(self):
4343
# giving 'Nothing Installed Error'
4444
def setup_build_environment(self, env):
4545
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'))
4648

4749
def setup_run_environment(self, env):
4850
env.prepend_path('QT_PLUGIN_PATH', self.prefix.plugins)

0 commit comments

Comments
 (0)