aboutsummaryrefslogtreecommitdiffstats
path: root/config.tests
diff options
context:
space:
mode:
authorDominik Holland <dominik.holland@pelagicore.com>2016-11-24 17:53:02 +0100
committerDominik Holland <dominik.holland@pelagicore.com>2016-11-29 12:46:49 +0000
commita293579f7cfeb5ced5d247e79159becc0f546ec0 (patch)
treed108be2c907e7cf8070ccd6a41b309bfc5e8e4ef /config.tests
parent6cd72e69344538a3c91842128b8b062aef9775d8 (diff)
Fixed problems when resolving the libdlt dependency
The automotive-dlt pkg-config files points to the include folder of dlt so we don't need the dlt prefix when including the headers. As dlt is installed into /usr, this wasn't a problem as it still worked. But if dlt is build manually it installs itself to /usr/local and the paths are not correct in this case. When picking up libdlt we also need to make sure that the path we resolved using pkg-config is added as a rpath and this is part of the prl file created for QtGeniviExtras, as the custom rpath is also needed for the application/lib using QtGeniviExtras, as it would have a unresolved runtime dependency otherwise Change-Id: I3f2a78482573e6802371e29392de5a4a49b5c379 Reviewed-by: Johan Thelin <johan.thelin@pelagicore.com> Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
Diffstat (limited to 'config.tests')
-rw-r--r--config.tests/dlt/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.tests/dlt/main.cpp b/config.tests/dlt/main.cpp
index f85bf95..5c97048 100644
--- a/config.tests/dlt/main.cpp
+++ b/config.tests/dlt/main.cpp
@@ -39,7 +39,7 @@
**
****************************************************************************/
-#include <dlt/dlt.h>
+#include <dlt.h>
int main()
{