From f1f7ee4709c68e1e4c8d681fb4af81b2236dd3c7 Mon Sep 17 00:00:00 2001 From: Roland Winklmeier Date: Tue, 16 May 2017 16:38:29 +0200 Subject: [PATCH] Build with VATSIM support per default with hardened vatlib The hardened vatlib requires to use server type VATSIM (which configures the VATSIM protocol in vatlib) to connect to VATSIM servers. Using any other server type will from now on fail to connect to VATSIM. Since unit tests regularly run tests against the server running on VATGER, this has to be enabled change the default server type to VATSIM by enabling SwiftVatsimSupport. --- externals | 2 +- mkspecs/features/vatsim.pri | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/externals b/externals index f9532077d..02df5fe08 160000 --- a/externals +++ b/externals @@ -1 +1 @@ -Subproject commit f9532077d3db04dd23e174d75f20ddc6e59bf9cd +Subproject commit 02df5fe088e8a7650364d423b25d737574dbc501 diff --git a/mkspecs/features/vatsim.pri b/mkspecs/features/vatsim.pri index ceffe66d8..30e5ce641 100644 --- a/mkspecs/features/vatsim.pri +++ b/mkspecs/features/vatsim.pri @@ -7,5 +7,5 @@ VATSIM_CLIENT_ID = "0xb9ba" # VATSIM private key, which belongs to the id above. VATSIM_CLIENT_PRIVATE_KEY = "727d1efd5cb9f8d2c28372469d922bb4" -# Uncomment the section below to build a version with VATSIM features enabled -#BLACK_CONFIG *= SwiftVatsimSupport +# Comment the section below to build a version without VATSIM features enabled +BLACK_CONFIG *= SwiftVatsimSupport