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:
Alessandro Portale
2016-04-07 00:00:54 +02:00
parent 5e274c6f54
commit 89ada77ea0
10 changed files with 27 additions and 57 deletions

View File

@@ -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/"