mirror of
https://github.com/itay-grudev/SingleApplication.git
synced 2024-11-15 12:15:43 +08:00
7 lines
140 B
Plaintext
7 lines
140 B
Plaintext
DEFINES += QAPPLICATION_CLASS=QApplication
|
|
|
|
HEADERS += $$PWD/singleapplication.h
|
|
SOURCES += $$PWD/singleapplication.cpp
|
|
|
|
QT += core network
|