mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-02 10:24:11 +01:00
d02d890979
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@930 ebee16cc-31ac-478f-84a7-5cbb03baadba
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
|