mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-11-29 07:24:13 +01:00
Merged in rbekken/librepilot/LP-1_Code_Rebranding (pull request #15)
LP-1 - Code Rebranding
This commit is contained in:
commit
784979b311
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user