10 lines
203 B
Prolog
Raw Normal View History

2025-06-13 10:23:43 +08:00
# Single Application implementation
include(../../singleapplication.pri)
DEFINES += QAPPLICATION_CLASS=QCoreApplication
SOURCES += main.cpp \
messagereceiver.cpp
HEADERS += \
messagereceiver.h