summaryrefslogtreecommitdiffstats
path: root/qtpass.pro
diff options
context:
space:
mode:
authorJonathan Klimt <jounathaen@mail.de>2016-11-17 17:14:34 +0100
committerJonathan Klimt <jounathaen@mail.de>2016-11-17 17:14:34 +0100
commit81287f0af4fe41328a9483a18f41c3d7a6bdbfe5 (patch)
treea6821e09ca64c391150966c22bfe954f1359d3e3 /qtpass.pro
parent160c7c67188a35e995b5ac24a3c66149da097229 (diff)
UI improvements: improved Mainwindow, treeView can be deselected
Diffstat (limited to 'qtpass.pro')
-rw-r--r--qtpass.pro5
1 files changed, 3 insertions, 2 deletions
diff --git a/qtpass.pro b/qtpass.pro
index 25983378..18236b1f 100644
--- a/qtpass.pro
+++ b/qtpass.pro
@@ -41,7 +41,8 @@ HEADERS += mainwindow.h \
keygendialog.h \
trayicon.h \
passworddialog.h \
- qprogressindicator.h
+ qprogressindicator.h \
+ deselectabletreeview.h
FORMS += mainwindow.ui \
configdialog.ui \
@@ -92,7 +93,7 @@ isEmpty(QMAKE_LRELEASE) {
unix {
!exists($$QMAKE_LRELEASE) {
greaterThan(QT_MAJOR_VERSION, 4) {
- QMAKE_LRELEASE = lrelease-qt5
+ QMAKE_LRELEASE = lrelease
} else {
QMAKE_LRELEASE = lrelease-qt4
}