aboutsummaryrefslogtreecommitdiff
path: root/examples/sending_arguments/sending_arguments.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/sending_arguments/sending_arguments.pro')
-rwxr-xr-xexamples/sending_arguments/sending_arguments.pro9
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