From 86fa81ab5b4afc58d45224ff144837069cb72ea8 Mon Sep 17 00:00:00 2001 From: dankers Date: Thu, 17 Jun 2010 15:17:52 +0000 Subject: [PATCH] Remove old doc dir that is unused. Update sounds.pro file for install. git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@798 ebee16cc-31ac-478f-84a7-5cbb03baadba --- ground/doc/Build.txt | 6 ----- ground/doc/TODO.txt | 1 - ground/share/openpilotgcs/sounds/sounds.pro | 30 +++++++++++++++++++++ 3 files changed, 30 insertions(+), 7 deletions(-) delete mode 100644 ground/doc/Build.txt delete mode 100644 ground/doc/TODO.txt diff --git a/ground/doc/Build.txt b/ground/doc/Build.txt deleted file mode 100644 index eb214cfa9..000000000 --- a/ground/doc/Build.txt +++ /dev/null @@ -1,6 +0,0 @@ - - -Serial port classes: - -http://code.google.com/p/qextserialport/ - diff --git a/ground/doc/TODO.txt b/ground/doc/TODO.txt deleted file mode 100644 index 59d37fe71..000000000 --- a/ground/doc/TODO.txt +++ /dev/null @@ -1 +0,0 @@ -Write Ground Station diff --git a/ground/share/openpilotgcs/sounds/sounds.pro b/ground/share/openpilotgcs/sounds/sounds.pro index e69de29bb..15dc09a17 100644 --- a/ground/share/openpilotgcs/sounds/sounds.pro +++ b/ground/share/openpilotgcs/sounds/sounds.pro @@ -0,0 +1,30 @@ +include(../../../openpilotgcs.pri) + +COLLECTIONS = default + +TEMPLATE = app +TARGET = phony_target2 +CONFIG -= qt +QT = +LIBS = + +isEmpty(vcproj) { + QMAKE_LINK = @: IGNORE THIS LINE + OBJECTS_DIR = + win32:CONFIG -= embed_manifest_exe +} else { + CONFIG += console + PHONY_DEPS = . + phony_src.input = PHONY_DEPS + phony_src.output = phony.c + phony_src.variable_out = GENERATED_SOURCES + phony_src.commands = echo int main() { return 0; } > phony.c + phony_src.name = CREATE phony.c + phony_src.CONFIG += combine + QMAKE_EXTRA_COMPILERS += phony_src +} + +sound.files = $$PWD/$$COLLECTIONS +sound.path = /share/openpilotgcs/sounds +sound.CONFIG += no_check_exist +INSTALLS += sound