summaryrefslogtreecommitdiffstats
path: root/qtpass.pro
diff options
context:
space:
mode:
authorJanosch Knack <j.knack@micromata.com>2016-11-16 14:54:23 +0100
committerJanosch Knack <j.knack@micromata.com>2016-11-16 14:54:23 +0100
commit462af79c00ca74546e583ff0ed3f39de76514b8f (patch)
tree093904adb255da8ab336c48d46f46d070bc242a7 /qtpass.pro
parent948979d6928d1f79e9bcc84b1d0846a1c082c373 (diff)
enabled copying e.g. username into clipboard by doubleclick onto label
Diffstat (limited to 'qtpass.pro')
-rw-r--r--qtpass.pro10
1 files changed, 6 insertions, 4 deletions
diff --git a/qtpass.pro b/qtpass.pro
index 41c72124..5cfa969c 100644
--- a/qtpass.pro
+++ b/qtpass.pro
@@ -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 \
+ qlabelwithclipboard.cpp
HEADERS += mainwindow.h \
configdialog.h \
@@ -41,11 +42,12 @@ HEADERS += mainwindow.h \
keygendialog.h \
trayicon.h \
passworddialog.h \
- qprogressindicator.h
+ qprogressindicator.h \
+ qlabelwithclipboard.h
FORMS += mainwindow.ui \
configdialog.ui \
- usersdialog.ui \
+ usersdialog.ui \
keygendialog.ui \
passworddialog.ui