forked from qt-creator/qt-creator
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:
@@ -38,7 +38,6 @@ QtcAutotest {
|
||||
]
|
||||
}
|
||||
|
||||
cpp.defines: base.concat(["TEXTEDITOR_LIBRARY"]) // For Windows
|
||||
cpp.includePaths: base.concat([
|
||||
path,
|
||||
project.genericHighlighterDir + "/../..",
|
||||
|
Reference in New Issue
Block a user