matrixion/third_party/SingleApplication-3.3.0/examples/sending_arguments/sending_arguments.pro
2021-06-25 11:34:17 +02:00

9 lines
203 B
Prolog
Executable file

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