summaryrefslogtreecommitdiffstats
path: root/qtpass.pro
diff options
context:
space:
mode:
authorJonathan Klimt <jounathaen@mail.de>2016-11-17 17:28:50 +0100
committerJonathan Klimt <jounathaen@mail.de>2016-11-17 17:28:50 +0100
commitb6dc6fe69b697ca703220bec02a3b2e3ce7fd4c3 (patch)
tree247cfb9f23c828d8e530afe3147c73a13b94a7bc /qtpass.pro
parent81287f0af4fe41328a9483a18f41c3d7a6bdbfe5 (diff)
parentf79de899889e95c4f03e19eb03071ead572ce882 (diff)
Merged with Master
Diffstat (limited to 'qtpass.pro')
-rw-r--r--qtpass.pro12
1 files changed, 7 insertions, 5 deletions
diff --git a/qtpass.pro b/qtpass.pro
index 18236b1f..28b1cfaf 100644
--- a/qtpass.pro
+++ b/qtpass.pro
@@ -7,7 +7,7 @@
# #
#---------------------------------------------------------#
-VERSION = 1.1.4
+VERSION = 1.1.5
TEMPLATE = app
QT += core gui
@@ -27,11 +27,12 @@ SOURCES += main.cpp\
configdialog.cpp \
storemodel.cpp \
util.cpp \
- usersdialog.cpp \
+ usersdialog.cpp \
keygendialog.cpp \
trayicon.cpp \
passworddialog.cpp \
- qprogressindicator.cpp
+ qprogressindicator.cpp \
+ qpushbuttonwithclipboard.cpp
HEADERS += mainwindow.h \
configdialog.h \
@@ -42,11 +43,12 @@ HEADERS += mainwindow.h \
trayicon.h \
passworddialog.h \
qprogressindicator.h \
- deselectabletreeview.h
+ deselectabletreeview.h \
+ qpushbuttonwithclipboard.h
FORMS += mainwindow.ui \
configdialog.ui \
- usersdialog.ui \
+ usersdialog.ui \
keygendialog.ui \
passworddialog.ui