summaryrefslogtreecommitdiffstats
path: root/config.tests
diff options
context:
space:
mode:
authorGerhard Gappmeier <gerhard.gappmeier@ascolab.com>2018-10-30 09:52:25 +0100
committerMaurice Kalinowski <maurice.kalinowski@qt.io>2019-01-08 09:46:47 +0000
commit24bd9d8bf7d10b9ed6a41deac93c4608fa0b6a6a (patch)
tree5ab7f7a08e78c43046075f357f16d13957302517 /config.tests
parenteccc4e4ec11159a921e217a465cc72704ebe49d8 (diff)
Port to UASDKCPP-1.6.x
This changes header search paths and library names, which now have a cpp suffix. The code has been changed to remove the folder prefix from the includes, which are not necessary for this UA SDK. Change-Id: I313bc7c0ed8d4a17f4190540bb913cb6484a1070 Reviewed-by: Jannis Völker <jannis.voelker@basyskom.com> Reviewed-by: Rainer Keller <Rainer.Keller@qt.io>
Diffstat (limited to 'config.tests')
-rw-r--r--config.tests/uacpp/main.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.tests/uacpp/main.cpp b/config.tests/uacpp/main.cpp
index a09b37f..edda47f 100644
--- a/config.tests/uacpp/main.cpp
+++ b/config.tests/uacpp/main.cpp
@@ -36,9 +36,9 @@
#include <stdio.h>
-#include <uabase/uaplatformlayer.h>
-#include <uabase/uastring.h>
-#include <uaclient/uasession.h>
+#include <uaplatformlayer.h>
+#include <uastring.h>
+#include <uasession.h>
using namespace UaClientSdk;