Skip to content

Commit

Permalink
Stop forcing release mode config for qscintilla
Browse files Browse the repository at this point in the history
  • Loading branch information
justinclift committed May 1, 2016
1 parent f0d6925 commit 11963f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/qscintilla/Qt4Qt5/qscintilla.pro
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

TEMPLATE = lib
TARGET = qscintilla2
CONFIG += qt warn_off release thread exceptions staticlib debug_and_release
CONFIG += qt warn_off thread exceptions staticlib debug_and_release
INCLUDEPATH += . ../include ../lexlib ../src

DEFINES += QSCINTILLA_MAKE_DLL SCINTILLA_QT SCI_LEXER
Expand Down

0 comments on commit 11963f4

Please sign in to comment.