Files
pilotclient/config.pri
Mathew Sutcliffe fed270c068 Don't try to compile FSX driver for 64 bits.
This requires moving the config DEFINES into build.pri,
because projects include build.pri after config.pri,
and build.pri detects the WORD_SIZE.
2014-06-17 21:22:30 +01:00

33 lines
883 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 = 5
BLACK_VER_PAT = 0
BLACK_VERSION = $${BLACK_VER_MAJ}.$${BLACK_VER_MIN}.$${BLACK_VER_PAT}
DEFINES += BLACK_VERSION=$$BLACK_VERSION
###########################
# Install paths
###########################
###########################
# Build configuration
###########################
BLACK_CONFIG += BlackCore
BLACK_CONFIG += BlackGui
BLACK_CONFIG += BlackSound
BLACK_CONFIG += BlackInput
BLACK_CONFIG += BlackSim
BLACK_CONFIG += Samples
BLACK_CONFIG += Unittests
BLACK_CONFIG += FSX
#BLACK_CONFIG += XPlane
#BLACK_CONFIG += Doxygen