mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-03 19:52:10 +01:00
31 lines
734 B
Prolog
31 lines
734 B
Prolog
|
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
|