aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@nokia.com>2012-02-15 15:56:22 +0100
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-02-15 21:57:41 +0100
commit5672fa8fd3bd6b09125d9e143a7bb277cea2e87f (patch)
treec945b6ad76bd8c8f6af8b520cf3ce72ef298d4b5 /bin
Long live qbs!
Diffstat (limited to 'bin')
-rw-r--r--bin/ibmsvc.xml12
-rw-r--r--bin/ibqbs.bat1
2 files changed, 13 insertions, 0 deletions
diff --git a/bin/ibmsvc.xml b/bin/ibmsvc.xml
new file mode 100644
index 000000000..cea5990c1
--- /dev/null
+++ b/bin/ibmsvc.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
+<Profile FormatVersion="1">
+ <Tools>
+ <Tool Filename="qbs" AllowIntercept="true" />
+ <Tool Filename="cl" AllowRemote="true" VCCompiler="true" DeriveCaptionFrom="lastparam"/>
+ <Tool Filename="moc" AllowRemote="true" DeriveCaptionFrom="lastparam"/>
+ <Tool Filename="uic" AllowRemote="true" DeriveCaptionFrom="lastparam"/>
+ <Tool Filename="rcc" AllowRemote="true" DeriveCaptionFrom="lastparam"/>
+ <Tool Filename="link" AllowRemote="false" DeriveCaptionFrom="lastparam"/>
+ </Tools>
+</Profile>
+
diff --git a/bin/ibqbs.bat b/bin/ibqbs.bat
new file mode 100644
index 000000000..0e1cb2bdb
--- /dev/null
+++ b/bin/ibqbs.bat
@@ -0,0 +1 @@
+@xgConsole /profile=%~dp0\ibmsvc.xml /command="qbs -j 20 %*"