aboutsummaryrefslogtreecommitdiffstats
path: root/gpg4usb.pro
diff options
context:
space:
mode:
Diffstat (limited to 'gpg4usb.pro')
-rw-r--r--gpg4usb.pro8
1 files changed, 5 insertions, 3 deletions
diff --git a/gpg4usb.pro b/gpg4usb.pro
index 0ab3204..dc50340 100644
--- a/gpg4usb.pro
+++ b/gpg4usb.pro
@@ -13,7 +13,7 @@ INCLUDEPATH += . \
# CONFIG += release static
CONFIG += debug
-
+QT += network
# Input
HEADERS += attachments.h \
context.h \
@@ -28,7 +28,8 @@ HEADERS += attachments.h \
attachmenttablemodel.h \
textedit.h \
editorpage.h \
- quitdialog.h
+ quitdialog.h \
+ keyserverimportdialog.h
SOURCES += attachments.cpp \
context.cpp \
gpgwin.cpp \
@@ -43,7 +44,8 @@ SOURCES += attachments.cpp \
attachmenttablemodel.cpp \
textedit.cpp \
editorpage.cpp \
- quitdialog.cpp
+ quitdialog.cpp \
+ keyserverimportdialog.cpp
RC_FILE = gpg4usb.rc
# comment out line below for static building