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 fe4f0278..e81e24bc 100644
--- a/qtpass.pro
+++ b/qtpass.pro
@@ -4,7 +4,7 @@
#
#-------------------------------------------------
-QT += core gui
+QT += core gui network
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
@@ -19,11 +19,13 @@ TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
dialog.cpp \
- storemodel.cpp
+ storemodel.cpp \
+ singleapplication.cpp
HEADERS += mainwindow.h \
dialog.h \
- storemodel.h
+ storemodel.h \
+ singleapplication.h
FORMS += mainwindow.ui \
dialog.ui