mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
Added prefixes and renamed lowercase
This commit is contained in:
24
client.pro
24
client.pro
@@ -18,6 +18,8 @@ WITH_SAMPLES = ON
|
|||||||
|
|
||||||
#WITH_DRIVER_XPLANE = ON
|
#WITH_DRIVER_XPLANE = ON
|
||||||
|
|
||||||
|
#WITH_UNITTESTS = ON
|
||||||
|
|
||||||
|
|
||||||
equals(WITH_BLACKMISC, ON) {
|
equals(WITH_BLACKMISC, ON) {
|
||||||
SUBDIRS += src/blackmisc
|
SUBDIRS += src/blackmisc
|
||||||
@@ -36,27 +38,29 @@ equals(WITH_BLACKBOX, ON) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
equals(WITH_DRIVER_FSX, ON) {
|
equals(WITH_DRIVER_FSX, ON) {
|
||||||
SUBDIRS += src/driver/fsx
|
SUBDIRS += src/driver/fsx/driver_fsx.pro
|
||||||
}
|
}
|
||||||
|
|
||||||
equals(WITH_DRIVER_FS9, ON) {
|
equals(WITH_DRIVER_FS9, ON) {
|
||||||
SUBDIRS += src/driver/fs9
|
SUBDIRS += src/driver/fs9/driver_fs9.pro
|
||||||
}
|
}
|
||||||
|
|
||||||
equals(WITH_DRIVER_XPLANE, ON) {
|
equals(WITH_DRIVER_XPLANE, ON) {
|
||||||
SUBDIRS += src/driver/xplane
|
SUBDIRS += src/driver/xplane/driver_xplane.pro
|
||||||
}
|
}
|
||||||
|
|
||||||
equals(WITH_SAMPLES, ON) {
|
equals(WITH_SAMPLES, ON) {
|
||||||
SUBDIRS += samples/com_client
|
SUBDIRS += samples/com_client/sample_com_client.pro
|
||||||
SUBDIRS += samples/com_server
|
SUBDIRS += samples/com_server/sample_com_server.pro
|
||||||
SUBDIRS += samples/config
|
SUBDIRS += samples/config/sample_config.pro
|
||||||
SUBDIRS += samples/Geodetic2Ecef
|
SUBDIRS += samples/geodetic2ecef/sample_geodetic2ecef.pro
|
||||||
SUBDIRS += samples/interpolator
|
SUBDIRS += samples/interpolator/sample_interpolator.pro
|
||||||
SUBDIRS += samples/Logging
|
SUBDIRS += samples/logging/sample_logging.pro
|
||||||
}
|
}
|
||||||
|
|
||||||
SUBDIRS +=
|
equals(WITH_UNITTESTS, ON) {
|
||||||
|
SUBDIRS +=
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
0
tests/tests
Normal file
0
tests/tests
Normal file
Reference in New Issue
Block a user