1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-21 11:54:15 +01:00

Change reference to svn by git (in comments, no code change)

This commit is contained in:
Oleg Semyonov 2011-04-24 20:23:20 +03:00
parent 2ca0dc72cc
commit f9953c8235

View File

@ -2,21 +2,20 @@
# Top level Qt-Creator project file # Top level Qt-Creator project file
# #
# This meta-project allows qt-creator users to open # This meta-project allows qt-creator users to open and configure a
# and configure a single project and to build all # single project and to build all required software to produce a GCS.
# required software to produce a GCS. This includes # This includes regenerating all uavobject output.
# regenerating all uavobject output.
# #
# NOTE: To use this meta-project, you MUST perform these # NOTE: to use this meta-project, you MUST perform these steps once
# steps once for each SVN checkout: # for each source tree checkout:
# - Open <top>/ground/ground.pro in qt-creator # - Open <top>/ground/ground.pro in qt-creator
# - Select the "Projects" tab # - Select the "Projects" tab
# - Under Build Settings/General heading, click "Show Details" # - Under Build Settings/General heading, click "Show Details"
# - Activate "Shadow Build" # - Activate "Shadow Build"
# - Set your Build Directory to <top>/build/ground # - Set your Build Directory to <top>/build/ground
# #
# <top> = The full path to the base of your svn tree which should # <top> = the full path to the base of your git source tree which
# contain "flight", "ground", etc. # should contain "flight", "ground", etc.
# There is a small problem with dependencies. qmake needs synthetic # There is a small problem with dependencies. qmake needs synthetic
# files when it generates GCS Makefiles. But we do not have # files when it generates GCS Makefiles. But we do not have