Skip to content

Instantly share code, notes, and snippets.

@dakcarto
Created August 8, 2014 01:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dakcarto/ca19c0411fd624c3102a to your computer and use it in GitHub Desktop.
Save dakcarto/ca19c0411fd624c3102a to your computer and use it in GitHub Desktop.
diff --git a/Python/configure.py b/Python/configure.py
index 3170c2a..10239e7 100644
--- a/Python/configure.py
+++ b/Python/configure.py
@@ -1422,7 +1422,7 @@ INSTALLS += sip
libs = qmake_config.get('LIBS')
if libs:
- pro.write('LIBS += %s\n' % libs)
+ pro.write('LIBS += %s -lqscintilla2\n' % libs)
if not opts.static:
pro.write('''
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment