summaryrefslogtreecommitdiffstats
path: root/qtpass.pro
diff options
context:
space:
mode:
authorAnne Jan Brouwer <annejan@noprotocol.com>2015-05-18 13:09:47 +0200
committerAnne Jan Brouwer <annejan@noprotocol.com>2015-05-18 13:09:47 +0200
commitb4649f6b52dbd56e356c250231c057d34a5f4211 (patch)
tree1b6cd79a2941afa08db60b0338c0ec1c1f88c4b8 /qtpass.pro
parentaf7c0170b7ebe6a1d270ab50d553e27d13c4006f (diff)
cleanup, rework and clean wizard dialog added
Diffstat (limited to 'qtpass.pro')
-rw-r--r--qtpass.pro12
1 files changed, 9 insertions, 3 deletions
diff --git a/qtpass.pro b/qtpass.pro
index 869f65aa..25179b7f 100644
--- a/qtpass.pro
+++ b/qtpass.pro
@@ -1,5 +1,8 @@
#-------------------------------------------------
#
+# QtPass is a GUI for pass,
+# the standard unix password manager.
+#
# Project created by QtCreator 2014-07-30T21:56:15
#
#-------------------------------------------------
@@ -24,17 +27,20 @@ SOURCES += main.cpp\
dialog.cpp \
storemodel.cpp \
util.cpp \
- usersdialog.cpp
+ usersdialog.cpp \
+ wizarddialog.cpp
HEADERS += mainwindow.h \
dialog.h \
storemodel.h \
util.h \
- usersdialog.h
+ usersdialog.h \
+ wizarddialog.h
FORMS += mainwindow.ui \
dialog.ui \
- usersdialog.ui
+ usersdialog.ui \
+ wizarddialog.ui
*-g++* {
QMAKE_CXXFLAGS += -std=c++11