From 6386091178eae711c2f1e032a646a9fa2133f933 Mon Sep 17 00:00:00 2001 From: dankers Date: Sun, 4 Jul 2010 12:37:57 +0000 Subject: [PATCH] share.pro needs quotes for paths with spaces. git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@1021 ebee16cc-31ac-478f-84a7-5cbb03baadba --- ground/share/share.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ground/share/share.pro b/ground/share/share.pro index 7d9d86cce..2c1b80d82 100644 --- a/ground/share/share.pro +++ b/ground/share/share.pro @@ -8,7 +8,7 @@ DATACOLLECTIONS = dials models pfd sounds equals(copydata, 1) { for(dir, DATACOLLECTIONS) { exists(openpilotgcs/$$dir) { - data_copy.commands += $(COPY_DIR) $$targetPath($$GCS_SOURCE_TREE/share/openpilotgcs/$$dir) $$targetPath($$GCS_DATA_PATH/$$dir) $$addNewline() + data_copy.commands += $(COPY_DIR) $$targetPath(\"$$GCS_SOURCE_TREE/share/openpilotgcs/$$dir\") $$targetPath(\"$$GCS_DATA_PATH/$$dir\") $$addNewline() } } data_copy.target = FORCE