mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 11:55:35 +08:00
Ref T357, added FSX/P3D terrain probe
This commit is contained in:
@@ -7,6 +7,7 @@ CONFIG -= qt
|
|||||||
OTHER_FILES += share/images/flags/*.png
|
OTHER_FILES += share/images/flags/*.png
|
||||||
OTHER_FILES += share/images/airlines/*.png
|
OTHER_FILES += share/images/airlines/*.png
|
||||||
OTHER_FILES += share/test/*.*
|
OTHER_FILES += share/test/*.*
|
||||||
|
OTHER_FILES += share/simulator/*.*
|
||||||
OTHER_FILES += share/legal/*.*
|
OTHER_FILES += share/legal/*.*
|
||||||
OTHER_FILES += shared/bootstrap/*.*
|
OTHER_FILES += shared/bootstrap/*.*
|
||||||
OTHER_FILES += shared/html/*.*
|
OTHER_FILES += shared/html/*.*
|
||||||
@@ -18,6 +19,10 @@ COPY_FILES += $$PWD/share/images/airlines/*.png
|
|||||||
COPY_FILES += $$PWD/share/html/*.*
|
COPY_FILES += $$PWD/share/html/*.*
|
||||||
COPY_FILES += $$PWD/share/legal/*.*
|
COPY_FILES += $$PWD/share/legal/*.*
|
||||||
COPY_FILES += $$PWD/share/test/*.*
|
COPY_FILES += $$PWD/share/test/*.*
|
||||||
|
COPY_FILES += $$PWD/share/simulator/*.*
|
||||||
|
COPY_FILES += $$PWD/share/simulator/swiftTerrainProbe/*.*
|
||||||
|
COPY_FILES += $$PWD/share/simulator/swiftTerrainProbe/model/*.*
|
||||||
|
COPY_FILES += $$PWD/share/simulator/swiftTerrainProbe/texture/*.*
|
||||||
COPY_FILES += $$PWD/share/shared/bootstrap/*.*
|
COPY_FILES += $$PWD/share/shared/bootstrap/*.*
|
||||||
COPY_FILES += $$PWD/share/shared/dbdata/*.*
|
COPY_FILES += $$PWD/share/shared/dbdata/*.*
|
||||||
COPY_FILES += $$PWD/share/shared/updateinfo/*.*
|
COPY_FILES += $$PWD/share/shared/updateinfo/*.*
|
||||||
|
|||||||
@@ -0,0 +1,2 @@
|
|||||||
|
[models]
|
||||||
|
normal=swiftTerrainProbe
|
||||||
Binary file not shown.
12
resources/share/simulator/swiftTerrainProbe/sim.cfg
Normal file
12
resources/share/simulator/swiftTerrainProbe/sim.cfg
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
[fltsim.0]
|
||||||
|
title=swiftTerrainProbe0
|
||||||
|
model=
|
||||||
|
texture=
|
||||||
|
|
||||||
|
[fltsim.1]
|
||||||
|
title=swiftTerrainProbe1
|
||||||
|
model=
|
||||||
|
texture=
|
||||||
|
|
||||||
|
[General]
|
||||||
|
category=SimpleObject
|
||||||
@@ -0,0 +1,2 @@
|
|||||||
|
[fltsim]
|
||||||
|
fallback.1=..\..\..\..\Scenery\Global\Texture
|
||||||
Reference in New Issue
Block a user