summaryrefslogtreecommitdiff
path: root/share/share.qbs
diff options
context:
space:
mode:
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>2012-09-25 16:05:47 +0200
committerJoerg Bornemann <joerg.bornemann@digia.com>2012-09-26 19:36:40 +0200
commita3251e2979db06dd92dfcb9bbab673303ba97492 (patch)
tree2e3d3faa323af05c557c50b2370732fd3f889193 /share/share.qbs
parent369b8db061f23832141f1897bf48f1f2314266c0 (diff)
downloadqt-creator-a3251e2979db06dd92dfcb9bbab673303ba97492.tar.gz
Update share.qbs
Also update the script to exclude translations.{pro,qbs} Change-Id: I0d91218ad83b14a6ed319aac9b8770ebb2db7be8 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'share/share.qbs')
-rw-r--r--share/share.qbs128
1 files changed, 127 insertions, 1 deletions
diff --git a/share/share.qbs b/share/share.qbs
index a7f811b174..6aad917b6c 100644
--- a/share/share.qbs
+++ b/share/share.qbs
@@ -226,6 +226,7 @@ Product {
"deviceorientation.h",
"deviceorientation_harmattan.cpp",
"deviceorientation_maemo5.cpp",
+ "deviceorientation_symbian.cpp",
"loggerwidget.cpp",
"loggerwidget.h",
"main.cpp",
@@ -889,6 +890,36 @@ Product {
}
Group {
+ qbs.installDir: "share/qtcreator/templates/qtquick2app"
+ fileTags: ["install"]
+ prefix: "qtcreator/templates/qtquick2app/"
+ files: [
+ "app.pro",
+ "main.cpp",
+ ]
+ }
+
+ Group {
+ qbs.installDir: "share/qtcreator/templates/qtquick2app/qml/app/qtquick20"
+ fileTags: ["install"]
+ prefix: "qtcreator/templates/qtquick2app/qml/app/qtquick20/"
+ files: [
+ "main.qml",
+ ]
+ }
+
+ Group {
+ qbs.installDir: "share/qtcreator/templates/qtquick2app/qtquick2applicationviewer"
+ fileTags: ["install"]
+ prefix: "qtcreator/templates/qtquick2app/qtquick2applicationviewer/"
+ files: [
+ "qtquick2applicationviewer.cpp",
+ "qtquick2applicationviewer.h",
+ "qtquick2applicationviewer.pri",
+ ]
+ }
+
+ Group {
qbs.installDir: "share/qtcreator/templates/qtquickapp"
fileTags: ["install"]
prefix: "qtcreator/templates/qtquickapp/"
@@ -951,6 +982,102 @@ Product {
}
Group {
+ qbs.installDir: "share/qtcreator/templates/wizards/bb-bardescriptor"
+ fileTags: ["install"]
+ prefix: "qtcreator/templates/wizards/bb-bardescriptor/"
+ files: [
+ "bar-descriptor.xml",
+ "wizard.xml",
+ ]
+ }
+
+ Group {
+ qbs.installDir: "share/qtcreator/templates/wizards/bb-guiapp"
+ fileTags: ["install"]
+ prefix: "qtcreator/templates/wizards/bb-guiapp/"
+ files: [
+ "bar-descriptor.xml",
+ "icon.png",
+ "main.cpp",
+ "mainwidget.cpp",
+ "mainwidget.h",
+ "mainwidget.ui",
+ "project.pro",
+ "wizard.xml",
+ ]
+ }
+
+ Group {
+ qbs.installDir: "share/qtcreator/templates/wizards/bb-qt5-bardescriptor"
+ fileTags: ["install"]
+ prefix: "qtcreator/templates/wizards/bb-qt5-bardescriptor/"
+ files: [
+ "bar-descriptor.xml",
+ "wizard.xml",
+ ]
+ }
+
+ Group {
+ qbs.installDir: "share/qtcreator/templates/wizards/bb-qt5-guiapp"
+ fileTags: ["install"]
+ prefix: "qtcreator/templates/wizards/bb-qt5-guiapp/"
+ files: [
+ "bar-descriptor.xml",
+ "icon.png",
+ "main.cpp",
+ "mainwidget.cpp",
+ "mainwidget.h",
+ "mainwidget.ui",
+ "project.pro",
+ "wizard.xml",
+ ]
+ }
+
+ Group {
+ qbs.installDir: "share/qtcreator/templates/wizards/bb-qt5-quick2app"
+ fileTags: ["install"]
+ prefix: "qtcreator/templates/wizards/bb-qt5-quick2app/"
+ files: [
+ "bar-descriptor.xml",
+ "icon.png",
+ "main.cpp",
+ "project.pro",
+ "wizard.xml",
+ ]
+ }
+
+ Group {
+ qbs.installDir: "share/qtcreator/templates/wizards/bb-qt5-quick2app/qml"
+ fileTags: ["install"]
+ prefix: "qtcreator/templates/wizards/bb-qt5-quick2app/qml/"
+ files: [
+ "main.qml",
+ ]
+ }
+
+ Group {
+ qbs.installDir: "share/qtcreator/templates/wizards/bb-quickapp"
+ fileTags: ["install"]
+ prefix: "qtcreator/templates/wizards/bb-quickapp/"
+ files: [
+ "bar-descriptor.xml",
+ "icon.png",
+ "main.cpp",
+ "project.pro",
+ "wizard.xml",
+ ]
+ }
+
+ Group {
+ qbs.installDir: "share/qtcreator/templates/wizards/bb-quickapp/qml"
+ fileTags: ["install"]
+ prefix: "qtcreator/templates/wizards/bb-quickapp/qml/"
+ files: [
+ "main.qml",
+ ]
+ }
+
+ Group {
qbs.installDir: "share/qtcreator/templates/wizards/helloworld"
fileTags: ["install"]
prefix: "qtcreator/templates/wizards/helloworld/"
@@ -1074,7 +1201,6 @@ Product {
"extract-customwizards.xq",
"extract-externaltools.xq",
"extract-mimetypes.xq",
- "translations.pro",
]
}