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