mirror of
https://github.com/itay-grudev/SingleApplication.git
synced 2025-04-20 20:14:45 +08:00
10 lines
216 B
Prolog
10 lines
216 B
Prolog
![]() |
# Single Application implementation
|
||
|
include(../../singleapplication.pri)
|
||
|
DEFINES += QAPPLICATION_CLASS=FreeStandingSingleApplication
|
||
|
|
||
|
SOURCES += main.cpp \
|
||
|
messagereceiver.cpp
|
||
|
|
||
|
HEADERS += \
|
||
|
messagereceiver.h
|