mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
refs #60
Added externals.pri looking for the external headers/libraries in 3 steps: 1. Manually set absolut path. Currently commented. Uncomment for local use. 2. Enviromental variable "VATSIM_EXTERNAL_DIR" 3. default path client/externals.
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -21,6 +21,10 @@ DebugFast/
|
||||
ReleaseDebugStatic/
|
||||
DebugFastStatic/
|
||||
build/
|
||||
Makefile
|
||||
|
||||
# Externals folder
|
||||
externals/
|
||||
|
||||
# .log files (usually created by QtTest - thanks to VestniK)
|
||||
*.log
|
||||
|
||||
Reference in New Issue
Block a user