1
0
mirror of https://github.com/itay-grudev/SingleApplication.git synced 2025-03-14 18:19:51 +08:00
SingleApplication/examples/sending_arguments/sending_arguments.pro

10 lines
203 B
Prolog
Raw Normal View History

# Single Application implementation
include(../../singleapplication.pri)
DEFINES += QAPPLICATION_CLASS=QCoreApplication
SOURCES += main.cpp \
messagereceiver.cpp
HEADERS += \
messagereceiver.h