mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-23 19:38:48 +03:00
9 lines
203 B
Prolog
Executable file
Vendored
9 lines
203 B
Prolog
Executable file
Vendored
# Single Application implementation
|
|
include(../../singleapplication.pri)
|
|
DEFINES += QAPPLICATION_CLASS=QCoreApplication
|
|
|
|
SOURCES += main.cpp \
|
|
messagereceiver.cpp
|
|
|
|
HEADERS += \
|
|
messagereceiver.h
|