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/"