Files
pilotclient/build.pri
Roland Winklmeier e978b6dee1 Central build configuration
* config.pri: Build configuration version
* library.pri project library dependencies
* build.pri: compiler/qmake configuration

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

23 lines
439 B
Plaintext

###########################
# QMake options
###########################
CONFIG += qt
CONFIG += warn_on
CONFIG += silent
CONFIG += c++11
###########################
# Debug/Release
###########################
win32 {
}
else {
VER_MAJ = $${BLACK_VER_MAJ}
VER_MIN = $${BLACK_VER_MIN}
VER_PAT = $${BLACK_VER_PAT}
VERSION = $${BLACK_VERSION}
}