Update SingleApplication to upstream master

This commit is contained in:
Laurent Trinques
2021-02-28 18:05:18 +01:00
parent 28cd389695
commit 7c3bde9118
18 changed files with 923 additions and 628 deletions

View File

@@ -1,7 +1,8 @@
QT += core network
CONFIG += c++17
CONFIG += c++11
HEADERS += $$PWD/singleapplication.h \
HEADERS += $$PWD/SingleApplication \
$$PWD/singleapplication.h \
$$PWD/singleapplication_p.h
SOURCES += $$PWD/singleapplication.cpp \
$$PWD/singleapplication_p.cpp