From c756efbf7f63dd2aa7335939863cf211b0f30b32 Mon Sep 17 00:00:00 2001 From: Roy Bekken Date: Fri, 31 Jul 2015 16:51:04 +0200 Subject: [PATCH] LP-1 - Code Rebranding Damn You Broken Auto Correct! --- ground/openpilotgcs/openpilotgcs.pri | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ground/openpilotgcs/openpilotgcs.pri b/ground/openpilotgcs/openpilotgcs.pri index 826d8811c..0e4f71141 100644 --- a/ground/openpilotgcs/openpilotgcs.pri +++ b/ground/openpilotgcs/openpilotgcs.pri @@ -118,8 +118,8 @@ isEmpty(GCS_BUILD_TREE) { # Find the tools directory, # try from Makefile (not run by Qt Creator), -isEmtpy(TOOLS_DIR):TOOLS_DIR = $$(TOOLS_DIR) -isEmtpy(TOOLS_DIR):TOOLS_DIR = $$clean_path($$ROOT_DIR/tools) +isEmpty(TOOLS_DIR):TOOLS_DIR = $$(TOOLS_DIR) +isEmpty(TOOLS_DIR):TOOLS_DIR = $$clean_path($$ROOT_DIR/tools) # Set the default name of the application isEmpty(GCS_SMALL_NAME):GCS_SMALL_NAME = gcs