Files
pilotclient/config.pri
Roland Winklmeier 0349d8f212 Added a build flag for FSX specific code
FSX SimConnect code is build and linked only if enabled
by the build configuration.

refs #145
2014-03-11 22:01:32 +01:00

31 lines
815 B
Plaintext

# Copyright (C) 2013 VATSIM Community / authors
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/. */
### Version
BLACK_VER_MAJ = 0
BLACK_VER_MIN = 4
BLACK_VER_PAT = 0
BLACK_VERSION = $${BLACK_VER_MAJ}.$${BLACK_VER_MIN}.$${BLACK_VERSION}
###########################
# Install paths
###########################
###########################
# Build configuration
###########################
BLACK_CONFIG += BlackMisc
BLACK_CONFIG += BlackCore
BLACK_CONFIG += BlackGui
BLACK_CONFIG += BlackSound
BLACK_CONFIG += BlackSim
BLACK_CONFIG += Samples
BLACK_CONFIG += Unittests
#BLACK_CONFIG += FSX
#BLACK_CONFIG += Doxygen