summaryrefslogtreecommitdiffstats
path: root/qtpass.pro
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2015-05-26 03:22:59 +0200
committerAnne Jan Brouwer <brouwer@annejan.com>2015-05-26 03:22:59 +0200
commitdcf6b283f7e7af18f2438e7b2efe379f30d9eddc (patch)
tree17c4b541eda2e28c3ca967521e6b969b43fb8842 /qtpass.pro
parent4a79096d8ef975bb0573cc9a96b0e3d5f2cdffbd (diff)
Added waiting animation widget from https://github.com/mojocorp/QProgressIndicator
Diffstat (limited to 'qtpass.pro')
-rw-r--r--qtpass.pro11
1 files changed, 6 insertions, 5 deletions
diff --git a/qtpass.pro b/qtpass.pro
index 0d475cf9..13069162 100644
--- a/qtpass.pro
+++ b/qtpass.pro
@@ -7,7 +7,7 @@
#
#-------------------------------------------------
-QT += core gui
+QT += core gui widgets
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
@@ -28,20 +28,21 @@ SOURCES += main.cpp\
storemodel.cpp \
util.cpp \
usersdialog.cpp \
- keygendialog.cpp
+ keygendialog.cpp \
+ progressindicator.cpp
HEADERS += mainwindow.h \
dialog.h \
storemodel.h \
util.h \
usersdialog.h \
- wizarddialog.h \
- keygendialog.h
+ keygendialog.h \
+ progressindicator.h
FORMS += mainwindow.ui \
dialog.ui \
usersdialog.ui \
- keygendialog.ui
+ keygendialog.ui
*-g++* {
QMAKE_CXXFLAGS += -std=c++11