mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-01 02:10:47 +03:00
10 lines
203 B
Prolog
10 lines
203 B
Prolog
|
# Single Application implementation
|
||
|
include(../../singleapplication.pri)
|
||
|
DEFINES += QAPPLICATION_CLASS=QCoreApplication
|
||
|
|
||
|
SOURCES += main.cpp \
|
||
|
messagereceiver.cpp
|
||
|
|
||
|
HEADERS += \
|
||
|
messagereceiver.h
|