sending_arguments.pro 203 B

123456789
  1. # Single Application implementation
  2. include(../../singleapplication.pri)
  3. DEFINES += QAPPLICATION_CLASS=QCoreApplication
  4. SOURCES += main.cpp \
  5. messagereceiver.cpp
  6. HEADERS += \
  7. messagereceiver.h