mirror of https://gitee.com/cxasm/notepad--.git
完善qtcreator下面的编译
This commit is contained in:
parent
d80f842c80
commit
21c8460eef
|
@ -3,7 +3,7 @@ LANGUAGE = C++
|
|||
|
||||
TARGET = Notepad--
|
||||
|
||||
CONFIG += qt warn_on release
|
||||
CONFIG += qt warn_on Release
|
||||
|
||||
QT += core gui widgets concurrent network xmlpatterns
|
||||
|
||||
|
@ -29,7 +29,7 @@ INCLUDEPATH += qscint/src/Qsci
|
|||
INCLUDEPATH += qscint/scintilla/include
|
||||
INCLUDEPATH += cceditor
|
||||
|
||||
DEFINES += QSCINTILLA_DLL
|
||||
#DEFINES += QSCINTILLA_DLL
|
||||
|
||||
TRANSLATIONS += realcompare_zh.ts
|
||||
|
||||
|
|
Loading…
Reference in New Issue