10 lines
203 B
Prolog
Executable File
10 lines
203 B
Prolog
Executable File
# Single Application implementation
|
|
include(../../singleapplication.pri)
|
|
DEFINES += QAPPLICATION_CLASS=QCoreApplication
|
|
|
|
SOURCES += main.cpp \
|
|
messagereceiver.cpp
|
|
|
|
HEADERS += \
|
|
messagereceiver.h
|