From 845520bc60c3cbb4b09906b967f78f2e4ceaf70e Mon Sep 17 00:00:00 2001 From: Janosch Knack Date: Sat, 19 Nov 2016 15:03:53 +0100 Subject: added new Settings class --- qtpass.pro | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'qtpass.pro') 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 \ -- cgit v1.2.3