|
@@ -58,6 +58,11 @@ unix {
|
|
|
error( "Couldn't find the modulecomm_inter.pri file!" )
|
|
|
}
|
|
|
|
|
|
+
|
|
|
+if(contains(DEFINES,MODULECOMM_NO_FASTRTPS)){
|
|
|
+DEFINES += NOT_USEFASTRTPS
|
|
|
+}else{
|
|
|
+
|
|
|
if(contains(DEFINES,SYSTEM_AGX)){
|
|
|
DEFINES += USE_FASTRTPS
|
|
|
LIBS += -L$$PWD/../../../thirdpartylib/FastRTPS/lib/libarm64
|
|
@@ -70,6 +75,8 @@ LIBS += -L$$PWD/../../../thirdpartylib/FastRTPS/lib/libamd64
|
|
|
system("cd ./../../../thirdpartylib/FastRTPS/lib ; unzip -x -n libamd64.zip ; cd ../../../include ; echo $PWD")
|
|
|
}
|
|
|
|
|
|
+}
|
|
|
+
|
|
|
|
|
|
|
|
|
if(contains(DEFINES,USE_FASTRTPS)){
|