From 9c70b87e1e9736e2cf74162532665d9d7d0c5149 Mon Sep 17 00:00:00 2001 From: Anne Jan Brouwer Date: Sun, 17 Aug 2014 05:23:37 +0200 Subject: Highlander code --- qtpass.pro | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'qtpass.pro') 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 -- cgit v1.2.3