mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-19 18:40:13 -06:00
Merge pull request #322 from schdub/master
qscintilla: get rid 'Not relevant classes found' messages from build log
This commit is contained in:
@@ -75,27 +75,15 @@ set(QSCINTILLA_SRC
|
||||
)
|
||||
|
||||
set(QSCINTILLA_HDR
|
||||
)
|
||||
|
||||
set(QSCINTILLA_MOC_HDR
|
||||
./Qsci/qsciglobal.h
|
||||
./Qsci/qsciscintilla.h
|
||||
./Qsci/qsciscintillabase.h
|
||||
./Qsci/qsciabstractapis.h
|
||||
./Qsci/qsciapis.h
|
||||
./Qsci/qscicommand.h
|
||||
./Qsci/qscicommandset.h
|
||||
./Qsci/qscidocument.h
|
||||
./Qsci/qscilexer.h
|
||||
./Qsci/qscilexersql.h
|
||||
./Qsci/qscimacro.h
|
||||
./Qsci/qsciprinter.h
|
||||
./Qsci/qscistyle.h
|
||||
./Qsci/qscistyledtext.h
|
||||
ListBoxQt.h
|
||||
SciClasses.h
|
||||
SciNamespace.h
|
||||
ScintillaQt.h
|
||||
../include/ILexer.h
|
||||
../include/Platform.h
|
||||
../include/SciLexer.h
|
||||
@@ -145,6 +133,18 @@ set(QSCINTILLA_MOC_HDR
|
||||
../src/XPM.h
|
||||
)
|
||||
|
||||
set(QSCINTILLA_MOC_HDR
|
||||
./Qsci/qsciscintilla.h
|
||||
./Qsci/qsciscintillabase.h
|
||||
./Qsci/qsciabstractapis.h
|
||||
./Qsci/qsciapis.h
|
||||
./Qsci/qscilexer.h
|
||||
./Qsci/qscilexersql.h
|
||||
./Qsci/qscimacro.h
|
||||
SciClasses.h
|
||||
ScintillaQt.h
|
||||
)
|
||||
|
||||
if(NOT USE_QT5)
|
||||
QT4_WRAP_CPP(QSCINTILLA_MOC ${QSCINTILLA_MOC_HDR})
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user