summaryrefslogtreecommitdiffstats
path: root/qtpass.pro
diff options
context:
space:
mode:
authorJanosch Knack <j.knack@micromata.com>2016-11-19 15:03:53 +0100
committerJanosch Knack <j.knack@micromata.com>2016-11-19 15:05:41 +0100
commit845520bc60c3cbb4b09906b967f78f2e4ceaf70e (patch)
tree6fc08a6f171d8c0a13b702ab6cb4df44d123e93c /qtpass.pro
parent48af8ca6fc23df03d51042fc94da9b7d9abd3cd7 (diff)
added new Settings class
Diffstat (limited to 'qtpass.pro')
-rw-r--r--qtpass.pro8
1 files changed, 6 insertions, 2 deletions
diff --git a/qtpass.pro b/qtpass.pro
index f64ca412..a7ac4441 100644
--- a/qtpass.pro
+++ b/qtpass.pro
@@ -32,7 +32,9 @@ SOURCES += main.cpp\
trayicon.cpp \
passworddialog.cpp \
qprogressindicator.cpp \
- qpushbuttonwithclipboard.cpp
+ qpushbuttonwithclipboard.cpp \
+ qtpasssettings.cpp \
+ enums.cpp
HEADERS += mainwindow.h \
configdialog.h \
@@ -44,7 +46,9 @@ HEADERS += mainwindow.h \
passworddialog.h \
qprogressindicator.h \
deselectabletreeview.h \
- qpushbuttonwithclipboard.h
+ qpushbuttonwithclipboard.h \
+ qtpasssettings.h \
+ enums.h
FORMS += mainwindow.ui \
configdialog.ui \