From 8e0415d0bacbce3fc6d7b66304936d578d52b214 Mon Sep 17 00:00:00 2001 From: Niels Ole Salscheider Date: Mon, 4 Sep 2017 15:06:38 +0200 Subject: Port examples to the new build system --- examples/example_5_rpcInterface/CMakeLists.txt | 2 ++ examples/example_5_rpcInterface/example_5_rpcInterface.pro | 10 ---------- 2 files changed, 2 insertions(+), 10 deletions(-) create mode 100644 examples/example_5_rpcInterface/CMakeLists.txt delete mode 100644 examples/example_5_rpcInterface/example_5_rpcInterface.pro (limited to 'examples/example_5_rpcInterface') diff --git a/examples/example_5_rpcInterface/CMakeLists.txt b/examples/example_5_rpcInterface/CMakeLists.txt new file mode 100644 index 00000000..40f014ef --- /dev/null +++ b/examples/example_5_rpcInterface/CMakeLists.txt @@ -0,0 +1,2 @@ +add_executable(5_rpcInterface main.cpp remoteinterface.cpp) +target_link_libraries(5_rpcInterface qxmpp) diff --git a/examples/example_5_rpcInterface/example_5_rpcInterface.pro b/examples/example_5_rpcInterface/example_5_rpcInterface.pro deleted file mode 100644 index ab50fdfd..00000000 --- a/examples/example_5_rpcInterface/example_5_rpcInterface.pro +++ /dev/null @@ -1,10 +0,0 @@ -include(../examples.pri) - -TARGET = example_5_rpcInterface - -SOURCES += main.cpp \ - remoteinterface.cpp - -HEADERS += remoteinterface.h - -OTHER_FILES += README -- cgit v1.2.3