SingleApplication

This commit is contained in:
pokamest 2021-02-24 23:40:57 +03:00
parent c63990f720
commit 96aa3d409d
7 changed files with 1064 additions and 7 deletions

View file

@ -0,0 +1,15 @@
QT += core network
CONFIG += c++11
HEADERS += \
$$PWD/singleapplication.h \
$$PWD/singleapplication_p.h
SOURCES += $$PWD/singleapplication.cpp \
$$PWD/singleapplication_p.cpp
INCLUDEPATH += $$PWD
win32 {
msvc:LIBS += Advapi32.lib
gcc:LIBS += -ladvapi32
}