diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-04-12 23:06:36 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-04-12 23:06:36 +0900 |
commit | ee04a7e23dcf75e30651004942f378d016fd0121 (patch) | |
tree | 16de0e18d2690f7ca565a48e2e7a3f37e0c698a6 /tqt/CMakeLists.txt | |
parent | 57e74b846ab20e5ee27a288866e402df20c6b1f6 (diff) | |
download | tqscintilla-ee04a7e23dcf75e30651004942f378d016fd0121.tar.gz tqscintilla-ee04a7e23dcf75e30651004942f378d016fd0121.zip |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tqt/CMakeLists.txt')
-rw-r--r-- | tqt/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tqt/CMakeLists.txt b/tqt/CMakeLists.txt index fa173d3..3cc49db 100644 --- a/tqt/CMakeLists.txt +++ b/tqt/CMakeLists.txt @@ -11,7 +11,7 @@ link_directories( ${TQT_LIBRARY_DIRS} ) -add_definitions( -DTQT ) +add_definitions( -DTQT -DSCI_LEXER ) ##### tqscintilla (shared) |