forked from qt-creator/qt-creator
qmljs: Remove duplicated icons
This change makes qmljs reuse the equivalent icons from CPlusPlus. Change-Id: I955fc0dd08282ed0556d804a59108a34e1212521 Reviewed-by: Marco Benelli <marco.benelli@theqtcompany.com> Reviewed-by: Alessandro Portale <alessandro.portale@theqtcompany.com>
This commit is contained in:
@@ -19,7 +19,6 @@ QtcLibrary {
|
||||
files: [
|
||||
"jsoncheck.cpp", "jsoncheck.h",
|
||||
"persistenttrie.cpp", "persistenttrie.h",
|
||||
"qmljs.qrc",
|
||||
"qmljs_global.h",
|
||||
"qmljsbind.cpp", "qmljsbind.h",
|
||||
"qmljsbundle.cpp", "qmljsbundle.h",
|
||||
@@ -59,17 +58,6 @@ QtcLibrary {
|
||||
]
|
||||
}
|
||||
|
||||
Group {
|
||||
name: "Images"
|
||||
prefix: "images/"
|
||||
files: [
|
||||
"element.png",
|
||||
"func.png",
|
||||
"property.png",
|
||||
"publicmember.png",
|
||||
]
|
||||
}
|
||||
|
||||
Group {
|
||||
name: "Parser"
|
||||
prefix: "parser/"
|
||||
|
||||
Reference in New Issue
Block a user