mirror of https://gitee.com/cxasm/notepad--.git
!2 fix compile error: g++: fatal error: cannot specify -o with -c, -S or -E with multiple files
Merge pull request !2 from wingrez/master
This commit is contained in:
commit
b89fb6cc15
|
@ -214,7 +214,8 @@ HEADERS = \
|
|||
../scintilla/src/UniqueString.h \
|
||||
../scintilla/src/ViewStyle.h \
|
||||
../scintilla/src/XPM.h \
|
||||
../scintilla/boostregex/*.h
|
||||
../scintilla/boostregex/AnsiDocumentIterator.h \
|
||||
../scintilla/boostregex/UTF8DocumentIterator.h
|
||||
|
||||
!ios:HEADERS += ./Qsci/qsciprinter.h
|
||||
|
||||
|
@ -431,7 +432,9 @@ SOURCES = \
|
|||
../scintilla/src/UniConversion.cpp \
|
||||
../scintilla/src/ViewStyle.cpp \
|
||||
../scintilla/src/XPM.cpp \
|
||||
../scintilla/boostregex/*.cpp
|
||||
../scintilla/boostregex/BoostRegExSearch.cpp \
|
||||
../scintilla/boostregex/UTF8DocumentIterator.cpp
|
||||
|
||||
|
||||
INCLUDEPATH += ../scintilla/boostregex
|
||||
|
||||
|
|
Loading…
Reference in New Issue