summaryrefslogtreecommitdiffstats
path: root/qtpass.pro
diff options
context:
space:
mode:
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
}