mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
* config.pri: Build configuration version * library.pri project library dependencies * build.pri: compiler/qmake configuration refs #145
23 lines
439 B
Plaintext
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}
|
|
}
|