From 724c854b7e96979487622a0c8bd051cb88f30a5d Mon Sep 17 00:00:00 2001 From: Pierre Hubert Date: Tue, 16 Jun 2020 10:39:39 +0200 Subject: [PATCH] Simplify tests --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 6914794..6fc5c83 100644 --- a/config.h +++ b/config.h @@ -23,7 +23,7 @@ /** * Debug configuration */ -#ifndef QT_NO_DEBUG +#ifndef API_HOST #define API_SERVER_SCHEME "https" #define API_HOST "devweb.local" #define API_BASE_PATH "/comunic/api-v2/"