LP-311 Remove basic/advanced stabilization tab auto-switch (autotune/txpid lock issues)
[librepilot.git] / ground / gcs / src / share / copydata.pro
blobee8f366722e0385706767a21a507cb2bf281556d
1 include(../../gcs.pri)
3 TEMPLATE = aux
5 DATACOLLECTIONS = vehicletemplates configurations dials models backgrounds qml sounds diagrams mapicons stylesheets osgearth
7 equals(copydata, 1) {
8 for(dir, DATACOLLECTIONS) {
9 exists($$GCS_SOURCE_TREE/src/share/$$dir) {
10 addCopyDirTarget($$dir, $$GCS_SOURCE_TREE/src/share, $$GCS_DATA_PATH)