From f1ff348b6f6761d48ad7d134d711f4f2c8d7befb Mon Sep 17 00:00:00 2001 From: "Jeffrey M. Friesen" Date: Mon, 24 May 2021 22:05:34 +0200 Subject: [PATCH] fix build mobile define --- vesc_tool.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vesc_tool.pro b/vesc_tool.pro index ad85dedad..b0afacd42 100755 --- a/vesc_tool.pro +++ b/vesc_tool.pro @@ -40,7 +40,7 @@ ios: { }} # Build mobile GUI -CONFIG += build_mobile +#CONFIG += build_mobile # Debug build (e.g. F5 to reload QML files)