aboutsummaryrefslogtreecommitdiff
path: root/examples/example_5_rpcInterface
diff options
context:
space:
mode:
authorNiels Ole Salscheider <niels_ole@salscheider-online.de>2017-09-04 15:06:38 +0200
committerNiels Ole Salscheider <niels_ole@salscheider-online.de>2017-09-04 20:34:53 +0200
commit8e0415d0bacbce3fc6d7b66304936d578d52b214 (patch)
treefd1e276c3e839e6d9734b96c0e4f08e6963334f2 /examples/example_5_rpcInterface
parent638deefa227d89d4d4d803c2f0f66e2ca7bc3777 (diff)
downloadqxmpp-8e0415d0bacbce3fc6d7b66304936d578d52b214.tar.gz
Port examples to the new build system
Diffstat (limited to 'examples/example_5_rpcInterface')
-rw-r--r--examples/example_5_rpcInterface/CMakeLists.txt2
-rw-r--r--examples/example_5_rpcInterface/example_5_rpcInterface.pro10
2 files changed, 2 insertions, 10 deletions
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