aboutsummaryrefslogtreecommitdiff
path: root/examples/sending_arguments/sending_arguments.pro
blob: 897636a9b64656acd81f333f0d258fa5c48da36e (plain)
1
2
3
4
5
6
7
8
9
# Single Application implementation
include(../../singleapplication.pri)
DEFINES += QAPPLICATION_CLASS=QCoreApplication

SOURCES += main.cpp \
    messagereceiver.cpp

HEADERS += \
    messagereceiver.h