summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2016-01-22 17:33:21 +0100
committerAnne Jan Brouwer <annejan@noprotocol.com>2016-01-22 17:33:21 +0100
commit8c54ddac7378da767d8d7bc0608a2ad27af28140 (patch)
treea318574bba6ff48377e1076cd1ee109c5c38d495
parent66f0482ee55d485a38cab9c9503b9eeea85bee4a (diff)
Cleaner OSX build
-rw-r--r--mainwindow.ui25
-rw-r--r--qtpass.pro2
2 files changed, 16 insertions, 11 deletions
diff --git a/mainwindow.ui b/mainwindow.ui
index 1fd9cca5..f43d6c6f 100644
--- a/mainwindow.ui
+++ b/mainwindow.ui
@@ -70,7 +70,8 @@
</property>
<property name="icon">
<iconset theme="document-properties">
- <normaloff>icons/document-properties.svg</normaloff>icons/document-properties.svg</iconset>
+ <normalon>:/icons/icons/document-properties.svg</normalon>
+ </iconset>
</property>
<property name="toolButtonStyle">
<enum>Qt::ToolButtonTextBesideIcon</enum>
@@ -84,7 +85,8 @@
</property>
<property name="icon">
<iconset theme="edit-delete">
- <normaloff>icons/edit-delete.svg</normaloff>icons/edit-delete.svg</iconset>
+ <normalon>:/icons/icons/edit-delete.svg</normalon>
+ </iconset>
</property>
<property name="toolButtonStyle">
<enum>Qt::ToolButtonTextBesideIcon</enum>
@@ -114,7 +116,8 @@
</property>
<property name="icon">
<iconset theme="go-top">
- <normaloff>icons/go-top.svg</normaloff>icons/go-top.svg</iconset>
+ <normalon>:/icons/icons/go-top.svg</normalon>
+ </iconset>
</property>
<property name="toolButtonStyle">
<enum>Qt::ToolButtonTextBesideIcon</enum>
@@ -128,7 +131,8 @@
</property>
<property name="icon">
<iconset theme="go-bottom">
- <normaloff>icons/go-bottom.svg</normaloff>icons/go-bottom.svg</iconset>
+ <normalon>:/icons/icons/go-bottom.svg</normalon>
+ </iconset>
</property>
<property name="toolButtonStyle">
<enum>Qt::ToolButtonTextBesideIcon</enum>
@@ -158,7 +162,8 @@
</property>
<property name="icon">
<iconset theme="x-office-address-book">
- <normaloff>icons/x-office-address-book.svg</normaloff>icons/x-office-address-book.svg</iconset>
+ <normalon>:/icons/icons/x-office-address-book.svg</normalon>
+ </iconset>
</property>
<property name="toolButtonStyle">
<enum>Qt::ToolButtonTextBesideIcon</enum>
@@ -172,7 +177,8 @@
</property>
<property name="icon">
<iconset theme="properties">
- <normaloff>icons/properties.svg</normaloff>icons/properties.svg</iconset>
+ <normalon>:/icons/icons/properties.svg</normalon>
+ </iconset>
</property>
<property name="toolButtonStyle">
<enum>Qt::ToolButtonTextBesideIcon</enum>
@@ -254,6 +260,9 @@
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
+ <widget class="QTreeView" name="treeView"/>
+ </item>
+ <item>
<widget class="QLineEdit" name="lineEdit">
<property name="minimumSize">
<size>
@@ -285,9 +294,6 @@
</item>
</layout>
</item>
- <item>
- <widget class="QTreeView" name="treeView"/>
- </item>
</layout>
</widget>
<widget class="QWidget" name="verticalLayoutWidget">
@@ -336,7 +342,6 @@ p, li { white-space: pre-wrap; }
<tabstops>
<tabstop>lineEdit</tabstop>
<tabstop>clearButton</tabstop>
- <tabstop>treeView</tabstop>
<tabstop>addButton</tabstop>
<tabstop>editButton</tabstop>
<tabstop>deleteButton</tabstop>
diff --git a/qtpass.pro b/qtpass.pro
index febf2d87..5b3fd36c 100644
--- a/qtpass.pro
+++ b/qtpass.pro
@@ -116,7 +116,7 @@ win32 {
} else:macx {
ICON = artwork/icon.icns
QMAKE_INFO_PLIST = qtpass.plist
- QMAKE_POST_LINK = cp -r $$PWD/icons $$OUT_PWD/QtPass.app/Contents/MacOS
+ #QMAKE_POST_LINK = cp -r $$PWD/icons $$OUT_PWD/QtPass.app/Contents/MacOS
} else:bsd {
LIBS += -L/usr/local/lib
}