mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-29 14:52:12 +01:00
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
This commit is contained in:
parent
933cedee56
commit
86fa81ab5b
@ -1,6 +0,0 @@
|
||||
|
||||
|
||||
Serial port classes:
|
||||
|
||||
http://code.google.com/p/qextserialport/
|
||||
|
@ -1 +0,0 @@
|
||||
Write Ground Station
|
@ -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
|
Loading…
x
Reference in New Issue
Block a user