summaryrefslogtreecommitdiffstats
path: root/qtpass.pro
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2015-06-09 00:54:24 +0200
committerAnne Jan Brouwer <brouwer@annejan.com>2015-06-09 00:54:24 +0200
commitd3aacf860dc387fe9960a1f8cafc217d1d4bbe89 (patch)
tree64631057aeed852b33f94dc09f92c3c68953da81 /qtpass.pro
parent4f6be82d7ed9fbfdf57c02639f99cd1d5a5a7467 (diff)
trying old trayicon code
Diffstat (limited to 'qtpass.pro')
-rw-r--r--qtpass.pro6
1 files changed, 4 insertions, 2 deletions
diff --git a/qtpass.pro b/qtpass.pro
index 50881eb3..e9f668aa 100644
--- a/qtpass.pro
+++ b/qtpass.pro
@@ -29,7 +29,8 @@ SOURCES += main.cpp\
util.cpp \
usersdialog.cpp \
keygendialog.cpp \
- progressindicator.cpp
+ progressindicator.cpp \
+ trayicon.cpp
HEADERS += mainwindow.h \
dialog.h \
@@ -37,7 +38,8 @@ HEADERS += mainwindow.h \
util.h \
usersdialog.h \
keygendialog.h \
- progressindicator.h
+ progressindicator.h \
+ trayicon.h
FORMS += mainwindow.ui \
dialog.ui \