diff --git a/ground/share/openpilotgcs/dials/dials.pro b/ground/share/openpilotgcs/dials/dials.pro deleted file mode 100644 index aa811bce0..000000000 --- a/ground/share/openpilotgcs/dials/dials.pro +++ /dev/null @@ -1,30 +0,0 @@ -include(../../../openpilotgcs.pri) - -COLLECTIONS = default bling - -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 -} - -gauges.files = $$PWD/$$COLLECTIONS -gauges.path = /share/openpilotgcs/gauges -gauges.CONFIG += no_check_exist -INSTALLS += gauges diff --git a/ground/share/openpilotgcs/models/models.pro b/ground/share/openpilotgcs/models/models.pro deleted file mode 100644 index ea81e96c8..000000000 --- a/ground/share/openpilotgcs/models/models.pro +++ /dev/null @@ -1,30 +0,0 @@ -include(../../../openpilotgcs.pri) - -COLLECTIONS = Easystar - -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 -} - -models.files = $$PWD/$$COLLECTIONS -models.path = /share/openpilotgcs/models -models.CONFIG += no_check_exist -INSTALLS += models diff --git a/ground/share/openpilotgcs/pfd/pfd.pro b/ground/share/openpilotgcs/pfd/pfd.pro deleted file mode 100644 index 5954374a6..000000000 --- a/ground/share/openpilotgcs/pfd/pfd.pro +++ /dev/null @@ -1,30 +0,0 @@ -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 -} - -pfd.files = $$PWD/$$COLLECTIONS -pfd.path = /share/openpilotgcs/pfd -pfd.CONFIG += no_check_exist -INSTALLS += pfd diff --git a/ground/share/openpilotgcs/sounds/sounds.pro b/ground/share/openpilotgcs/sounds/sounds.pro deleted file mode 100644 index 15dc09a17..000000000 --- a/ground/share/openpilotgcs/sounds/sounds.pro +++ /dev/null @@ -1,30 +0,0 @@ -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