From 6f2169ca6924100f309039efb502ae1af2d27113 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Mon, 13 Apr 2020 11:35:02 +0300 Subject: Add meson build support Remove CMakeLists and qmake project files --- examples/sending_arguments/sending_arguments.pro | 9 --------- 1 file changed, 9 deletions(-) delete mode 100755 examples/sending_arguments/sending_arguments.pro (limited to 'examples/sending_arguments/sending_arguments.pro') 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 -- cgit v1.2.1