Fix qbs build.

Change-Id: I9cdaa1545018a002a85d8f5cebb51883bfee204f
Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
This commit is contained in:
Christian Kandeler
2015-11-25 15:02:50 +01:00
parent 033862f305
commit f82297b91a
3 changed files with 4 additions and 4 deletions

View File

@@ -111,6 +111,8 @@ QtcLibrary {
"hostosinfo.cpp", "hostosinfo.cpp",
"htmldocextractor.cpp", "htmldocextractor.cpp",
"htmldocextractor.h", "htmldocextractor.h",
"icon.cpp",
"icon.h",
"itemviews.cpp", "itemviews.cpp",
"itemviews.h", "itemviews.h",
"json.cpp", "json.cpp",
@@ -197,8 +199,6 @@ QtcLibrary {
"textfieldcombobox.h", "textfieldcombobox.h",
"textfileformat.cpp", "textfileformat.cpp",
"textfileformat.h", "textfileformat.h",
"themehelper.cpp",
"themehelper.h",
"treemodel.cpp", "treemodel.cpp",
"treemodel.h", "treemodel.h",
"treeviewcombobox.cpp", "treeviewcombobox.cpp",

View File

@@ -16,7 +16,7 @@ QtcPlugin {
"analyzerbase.qrc", "analyzerbase.qrc",
"analyzerbase_global.h", "analyzerbase_global.h",
"analyzerconstants.h", "analyzerconstants.h",
"analyzericons", "analyzericons.h",
"analyzermanager.cpp", "analyzermanager.cpp",
"analyzermanager.h", "analyzermanager.h",
"analyzerplugin.cpp", "analyzerplugin.cpp",

View File

@@ -41,7 +41,6 @@ QtcPlugin {
"generalsettingspage.cpp", "generalsettingspage.h", "generalsettingspage.ui", "generalsettingspage.cpp", "generalsettingspage.h", "generalsettingspage.ui",
"help.qrc", "help.qrc",
"helpconstants.h", "helpconstants.h",
"helpicons.h",
"helpfindsupport.cpp", "helpfindsupport.h", "helpfindsupport.cpp", "helpfindsupport.h",
"helpindexfilter.cpp", "helpindexfilter.h", "helpindexfilter.cpp", "helpindexfilter.h",
"helpmode.cpp", "helpmode.h", "helpmode.cpp", "helpmode.h",
@@ -71,6 +70,7 @@ QtcPlugin {
"bookmarkmanager.cpp", "bookmarkmanager.h", "bookmarkmanager.cpp", "bookmarkmanager.h",
"contentwindow.cpp", "contentwindow.h", "contentwindow.cpp", "contentwindow.h",
"filternamedialog.cpp", "filternamedialog.h", "filternamedialog.ui", "filternamedialog.cpp", "filternamedialog.h", "filternamedialog.ui",
"helpicons.h",
"indexwindow.cpp", "indexwindow.h", "indexwindow.cpp", "indexwindow.h",
"topicchooser.cpp", "topicchooser.h", "topicchooser.ui", "topicchooser.cpp", "topicchooser.h", "topicchooser.ui",
] ]