summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkh1 <karsten.heimrich@nokia.com>2012-03-28 21:55:18 +0200
committerKarsten Heimrich <karsten.heimrich@nokia.com>2012-03-29 12:23:11 +0200
commit4cf8f980fd3df1335550722a0e61a5d03e0133e3 (patch)
tree62759ba5d4df7cf30caa7be391ac7c2d2ca340cc
parent1c16a1000614591a6e9600796a9e61bdf7339c28 (diff)
Remove app bundle, as well as tool and statusbar.
Change-Id: I70a67d7217580e6d292d210c9f832bbfe44f96b9 Reviewed-by: Niels Weber <niels.2.weber@nokia.com> Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>
-rw-r--r--tools/repocompare/mainwindow.ui9
-rw-r--r--tools/repocompare/repocompare.pro1
2 files changed, 1 insertions, 9 deletions
diff --git a/tools/repocompare/mainwindow.ui b/tools/repocompare/mainwindow.ui
index c768b840a..771566318 100644
--- a/tools/repocompare/mainwindow.ui
+++ b/tools/repocompare/mainwindow.ui
@@ -185,15 +185,6 @@
</widget>
<addaction name="menuFile"/>
</widget>
- <widget class="QToolBar" name="mainToolBar">
- <attribute name="toolBarArea">
- <enum>TopToolBarArea</enum>
- </attribute>
- <attribute name="toolBarBreak">
- <bool>false</bool>
- </attribute>
- </widget>
- <widget class="QStatusBar" name="statusBar"/>
<action name="actionExit">
<property name="text">
<string>Exit</string>
diff --git a/tools/repocompare/repocompare.pro b/tools/repocompare/repocompare.pro
index e8672634b..f71eca73c 100644
--- a/tools/repocompare/repocompare.pro
+++ b/tools/repocompare/repocompare.pro
@@ -6,6 +6,7 @@ TARGET = repocompare
include(../../installerfw.pri)
QT += network
+CONFIG -= app_bundle
DESTDIR = $$IFW_APP_PATH
SOURCES += main.cpp\