Files
flameshot/external/singleapplication/examples/sending_arguments/sending_arguments.pro
2020-10-31 20:05:06 -05:00

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