matrixion/subprojects/SingleApplication-3.3.0/examples/sending_arguments/sending_arguments.pro
2021-12-22 02:54:39 +01: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