mirror of
https://github.com/itay-grudev/SingleApplication.git
synced 2024-11-15 12:15:43 +08:00
9 lines
168 B
Plaintext
9 lines
168 B
Plaintext
QT += core network
|
|
CONFIG += c++11
|
|
|
|
HEADERS += $$PWD/singleapplication.h \
|
|
$$PWD/singleapplication_p.h
|
|
SOURCES += $$PWD/singleapplication.cpp
|
|
|
|
INCLUDEPATH += $$PWD
|