diff options
Diffstat (limited to 'examples/sending_arguments/sending_arguments.pro')
-rwxr-xr-x | examples/sending_arguments/sending_arguments.pro | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/examples/sending_arguments/sending_arguments.pro b/examples/sending_arguments/sending_arguments.pro deleted file mode 100755 index 897636a..0000000 --- a/examples/sending_arguments/sending_arguments.pro +++ /dev/null @@ -1,9 +0,0 @@ -# Single Application implementation -include(../../singleapplication.pri) -DEFINES += QAPPLICATION_CLASS=QCoreApplication - -SOURCES += main.cpp \ - messagereceiver.cpp - -HEADERS += \ - messagereceiver.h |