summaryrefslogtreecommitdiffstats
path: root/qtpass.pro
diff options
context:
space:
mode:
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 \