forked from qt-creator/qt-creator
PythonEditor: Fix qbs build
Change-Id: I9a3f5e541158466bbfbc74a0ab32cc815585b1cd Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -19,9 +19,9 @@ QtcPlugin {
|
||||
"pythoneditorplugin.cpp", "pythoneditorplugin.h",
|
||||
"pythoneditorplugin.qrc",
|
||||
"pythonhighlighter.h", "pythonhighlighter.cpp",
|
||||
"pythonindenter.cpp", "pythonindenter.h"
|
||||
"pythonindenter.cpp", "pythonindenter.h",
|
||||
"pythonformattoken.h",
|
||||
"pythonscanner.h", "pythonscanner.cpp"
|
||||
"pythonscanner.h", "pythonscanner.cpp",
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user