From 53f0fdc37ded1db82c2b990025093b0603760e16 Mon Sep 17 00:00:00 2001 From: Gus Grubba Date: Wed, 26 Dec 2018 23:33:45 -0500 Subject: [PATCH] Testing Windows --- QGCCommon.pri | 2 ++ 1 file changed, 2 insertions(+) diff --git a/QGCCommon.pri b/QGCCommon.pri index ae9ec82a0..ae24b4f41 100644 --- a/QGCCommon.pri +++ b/QGCCommon.pri @@ -30,6 +30,7 @@ linux { message("Linux R-Pi2 build") CONFIG += LinuxBuild DEFINES += __STDC_LIMIT_MACROS __rasp_pi2__ + DEFINES += QGC_GST_TAISYNC_ENABLED } else : android-g++ { CONFIG += AndroidBuild MobileBuild DEFINES += __android__ @@ -51,6 +52,7 @@ linux { message("Windows build") CONFIG += WindowsBuild DEFINES += __STDC_LIMIT_MACROS + DEFINES += QGC_GST_TAISYNC_ENABLED } else { error("Unsupported Windows toolchain, only Visual Studio 2015 is supported") } -- 2.22.0