PythonEditor: Fix qbs build

Change-Id: I9a3f5e541158466bbfbc74a0ab32cc815585b1cd
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Christian Kandeler
2016-08-26 16:22:54 +02:00
parent 4c0dec4ecd
commit a7a48cabd1

View File

@@ -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",
]
}
}