From 42ad43f1371e6f62ac44f9c27ab0dd4090d90cd6 Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Wed, 8 Nov 2023 16:44:37 +0100 Subject: [PATCH] Use relative path tp GMK/phytec --- DCLibraries.pri | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DCLibraries.pri b/DCLibraries.pri index c567147..3a6fcf7 100644 --- a/DCLibraries.pri +++ b/DCLibraries.pri @@ -45,7 +45,7 @@ gccmain.commands = \ -DAPP_EXTENDED_VERSION=\\\"$$EXTENDED_VERSION\\\" \ -I. \ -I../../DCLibraries/include \ - -I/opt/ptu5/opt/phytec-yogurt/i.MX6-thud-PCM058-KSP30-ATB-PTU5-2019-10-30/sysroots/cortexa9t2hf-neon-phytec-linux-gnueabi/usr/include/ + -I../../phytec-yogurt/i.MX6-thud-PCM058-KSP30-ATB-PTU5-2019-10-30/sysroots/cortexa9t2hf-neon-phytec-linux-gnueabi/usr/include/ QMAKE_EXTRA_COMPILERS += gccmain SOURCES_MAIN += $$PWD/src/main.cpp