diff options
author | gregory guy <gregory-tde@laposte.net> | 2021-10-07 15:17:57 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-12-08 16:28:04 +0100 |
commit | bf076238d30b3e8523b5362f5698ea2e3660c5bf (patch) | |
tree | f9651b26933ef3054a482f07ae428fd5c0aec431 /qt/qextscintillalexerhtml.cpp | |
parent | 8081a13a660196b987f3e99f899f502f9bc947c7 (diff) | |
download | tqscintilla-bf076238d30b3e8523b5362f5698ea2e3660c5bf.tar.gz tqscintilla-bf076238d30b3e8523b5362f5698ea2e3660c5bf.zip |
Conversion to the cmake building system.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
(cherry picked from commit a69b55c674b0528c00598bea54b7a661f4e49f27)
Diffstat (limited to 'qt/qextscintillalexerhtml.cpp')
-rw-r--r-- | qt/qextscintillalexerhtml.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qt/qextscintillalexerhtml.cpp b/qt/qextscintillalexerhtml.cpp index e84ca7a..f29bfbf 100644 --- a/qt/qextscintillalexerhtml.cpp +++ b/qt/qextscintillalexerhtml.cpp @@ -1130,3 +1130,5 @@ void QextScintillaLexerHTML::setPreprocProp() { emit propertyChanged("fold.html.preprocessor",(fold_preproc ? "1" : "0")); } + +#include "qextscintillalexerhtml.moc" |