|
|
@ -50,7 +50,6 @@ linux { |
|
|
|
DEFINES += QGC_GST_TAISYNC_ENABLED |
|
|
|
DEFINES += QGC_GST_TAISYNC_ENABLED |
|
|
|
DEFINES += QGC_GST_MICROHARD_ENABLED |
|
|
|
DEFINES += QGC_GST_MICROHARD_ENABLED |
|
|
|
QMAKE_CXXFLAGS_WARN_ON += -Werror \ |
|
|
|
QMAKE_CXXFLAGS_WARN_ON += -Werror \ |
|
|
|
-Wno-address-of-packed-member \ # Mavlink headers |
|
|
|
|
|
|
|
-Wno-unused-parameter \ # gst_plugins-good has these errors |
|
|
|
-Wno-unused-parameter \ # gst_plugins-good has these errors |
|
|
|
-Wno-implicit-fallthrough \ # gst_plugins-good has these errors |
|
|
|
-Wno-implicit-fallthrough \ # gst_plugins-good has these errors |
|
|
|
-Wno-unused-command-line-argument \ # from somewhere in Qt generated build files |
|
|
|
-Wno-unused-command-line-argument \ # from somewhere in Qt generated build files |
|
|
@ -118,7 +117,6 @@ linux { |
|
|
|
#QMAKE_MAC_SDK = macosx10.15 |
|
|
|
#QMAKE_MAC_SDK = macosx10.15 |
|
|
|
QMAKE_CXXFLAGS += -fvisibility=hidden |
|
|
|
QMAKE_CXXFLAGS += -fvisibility=hidden |
|
|
|
QMAKE_CXXFLAGS_WARN_ON += -Werror \ |
|
|
|
QMAKE_CXXFLAGS_WARN_ON += -Werror \ |
|
|
|
-Wno-address-of-packed-member \ # Mavlink headers |
|
|
|
|
|
|
|
-Wno-unused-parameter # gst-plugins-good |
|
|
|
-Wno-unused-parameter # gst-plugins-good |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
error("Unsupported Mac toolchain, only 64-bit LLVM+clang is supported") |
|
|
|
error("Unsupported Mac toolchain, only 64-bit LLVM+clang is supported") |
|
|
|