summaryrefslogtreecommitdiffstats
path: root/config.tests/uacpp
diff options
context:
space:
mode:
authorRainer Keller <Rainer.Keller@qt.io>2018-05-07 11:43:52 +0200
committerRainer Keller <Rainer.Keller@qt.io>2018-05-14 09:48:46 +0000
commit5c8d9fd92f19c97a87000af764d1675dbb9cdc6c (patch)
tree87ed54dbbca3898259071417e7efdaa8cdbfd800 /config.tests/uacpp
parentd2add35b1bebcc97b812b49a9208199e963ff6c2 (diff)
uacpp: Include SDK subfolder in include paths
This allows to use a single include path for the whole SDK as soon as the SDK headers itself are fixed. Change-Id: I39641b426277d1d2f7f1ee39d9f1e02613fb40e8 Reviewed-by: Jannis Völker <jannis.voelker@basyskom.com> Reviewed-by: Frank Meerkoetter <frank.meerkoetter@basyskom.com>
Diffstat (limited to 'config.tests/uacpp')
-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 edda47f..a09b37f 100644
--- a/config.tests/uacpp/main.cpp
+++ b/config.tests/uacpp/main.cpp
@@ -36,9 +36,9 @@
#include <stdio.h>
-#include <uaplatformlayer.h>
-#include <uastring.h>
-#include <uasession.h>
+#include <uabase/uaplatformlayer.h>
+#include <uabase/uastring.h>
+#include <uaclient/uasession.h>
using namespace UaClientSdk;