Skip to content

Commit

Permalink
qscintilla: rid 'not relevant classes found' in build log
Browse files Browse the repository at this point in the history
  • Loading branch information
schdub committed May 20, 2015
1 parent 97b88fe commit 7070aa4
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions libs/qscintilla/Qt4Qt5/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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()
Expand Down

0 comments on commit 7070aa4

Please sign in to comment.