summaryrefslogtreecommitdiffstats
path: root/qtpass.pro
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2014-08-17 05:23:37 +0200
committerAnne Jan Brouwer <ajbrouwer@totalactivemedia.nl>2014-08-17 05:23:37 +0200
commit9c70b87e1e9736e2cf74162532665d9d7d0c5149 (patch)
tree7686531a2596bb67321e6bad99c4ff2f442a93ea /qtpass.pro
parenta0b9842a969ed5454d3c502fa03b9a9c036bb862 (diff)
Highlander code
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