qbs build: Fix highlighter engine autotest

We link against the TextEditor plugin as of 601eebd832, so don't pretend
anymore that we are the plugin.

Change-Id: I8afdce57ceffdcbf965e16e7a24c0a9ab6d7d234
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
Christian Kandeler
2018-08-28 14:54:00 +02:00
parent 75db89d92e
commit faccb8fd71

View File

@@ -38,7 +38,6 @@ QtcAutotest {
]
}
cpp.defines: base.concat(["TEXTEDITOR_LIBRARY"]) // For Windows
cpp.includePaths: base.concat([
path,
project.genericHighlighterDir + "/../..",