aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs
diff options
context:
space:
mode:
authorChristian Stenger <christian.stenger@qt.io>2019-03-04 09:12:20 +0100
committerChristian Stenger <christian.stenger@qt.io>2019-03-04 12:55:55 +0000
commit6aed8223a9285d2488ad9bd74e1adeb02469de39 (patch)
treef00703100d45970cde07e303d4bc5d65f608aab1 /src/libs
parentc6b6a6a0773275a7c1b803bef62dc37dc5fe010e (diff)
SyntaxHighlighter: Update to latest master
Adapt the respective include inside the TextEditor. Change-Id: Ie3cb17f1b0e3c0639840bc135156edd354a0aeda Reviewed-by: David Schulz <david.schulz@qt.io>
Diffstat (limited to 'src/libs')
-rw-r--r--src/libs/3rdparty/syntax-highlighting/autogenerated/src/lib/DefinitionDownloader1
-rw-r--r--src/libs/3rdparty/syntax-highlighting/syntax-highlighting.qbs1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/libs/3rdparty/syntax-highlighting/autogenerated/src/lib/DefinitionDownloader b/src/libs/3rdparty/syntax-highlighting/autogenerated/src/lib/DefinitionDownloader
new file mode 100644
index 0000000000..2a82740d19
--- /dev/null
+++ b/src/libs/3rdparty/syntax-highlighting/autogenerated/src/lib/DefinitionDownloader
@@ -0,0 +1 @@
+#include "definitiondownloader.h"
diff --git a/src/libs/3rdparty/syntax-highlighting/syntax-highlighting.qbs b/src/libs/3rdparty/syntax-highlighting/syntax-highlighting.qbs
index 248ebe0fd4..526265220c 100644
--- a/src/libs/3rdparty/syntax-highlighting/syntax-highlighting.qbs
+++ b/src/libs/3rdparty/syntax-highlighting/syntax-highlighting.qbs
@@ -16,6 +16,7 @@ Project {
files: [
"AbstractHighlighter",
"Definition",
+ "DefinitionDownloader",
"FoldingRegion",
"Format",
"Repository",