summaryrefslogtreecommitdiffstats
path: root/qtpass.pro
diff options
context:
space:
mode:
authortezeb <tezeb+github@outoftheblue.pl>2016-12-04 22:43:17 +0100
committertezeb <tezeb+github@outoftheblue.pl>2016-12-04 22:43:17 +0100
commitb11e71d331310c27fde3e53a098ba108bc8f0f61 (patch)
tree41b32b214ec97a11b131aab221bf687c59125e64 /qtpass.pro
parentaa0eb00e50d732a7fc00fd56b2c10d41a2053a7c (diff)
Use new executor in Pass
Diffstat (limited to 'qtpass.pro')
-rw-r--r--qtpass.pro8
1 files changed, 5 insertions, 3 deletions
diff --git a/qtpass.pro b/qtpass.pro
index fdae1205..64e23673 100644
--- a/qtpass.pro
+++ b/qtpass.pro
@@ -36,8 +36,9 @@ SOURCES += main.cpp\
qtpasssettings.cpp \
settingsconstants.cpp \
pass.cpp \
- realpass.cpp \
- imitatepass.cpp
+ realpass.cpp \
+ imitatepass.cpp \
+ executor.cpp
HEADERS += mainwindow.h \
configdialog.h \
@@ -57,7 +58,8 @@ HEADERS += mainwindow.h \
realpass.h \
imitatepass.h \
datahelpers.h \
- debughelper.h
+ debughelper.h \
+ executor.h
FORMS += mainwindow.ui \
configdialog.ui \