OP-1900 have path_progress updated correctly for leg_remaining and error_below end...
[librepilot.git] / ground / openpilotgcs / share / copydata.pro
blobb9c2a1875d92e827f1a43ab8d52e12a2f909ae8b
1 include(../openpilotgcs.pri)
3 TEMPLATE = aux
5 DATACOLLECTIONS = cloudconfig default_configurations dials models pfd sounds diagrams mapicons stylesheets
7 equals(copydata, 1) {
8 for(dir, DATACOLLECTIONS) {
9 exists($$GCS_SOURCE_TREE/share/openpilotgcs/$$dir) {
10 addCopyDirTarget($$dir, $$GCS_SOURCE_TREE/share/openpilotgcs, $$GCS_DATA_PATH)