Files
pilotclient/build.pri
Roland Winklmeier 54e8c6c4d0 Remove silent build configuration.
This caused non compliant makefiles several times.
Possible QTBUG.
2014-04-21 15:08:20 +02:00

22 lines
412 B
Plaintext

###########################
# QMake options
###########################
CONFIG += qt
CONFIG += warn_on
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}
}