summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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\