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:
Roland Winklmeier
2013-09-21 15:21:32 +02:00
parent 95858559bb
commit 6092cc7193
5 changed files with 69 additions and 4 deletions

4
.gitignore vendored
View File

@@ -21,6 +21,10 @@ DebugFast/
ReleaseDebugStatic/
DebugFastStatic/
build/
Makefile
# Externals folder
externals/
# .log files (usually created by QtTest - thanks to VestniK)
*.log