summaryrefslogtreecommitdiffabout
path: root/variables.pri
blob: 2b83fb59982f1bdae6ce62b0c7813366cdfdeba0 (plain)
1
2
3
4
5
6
7
8
9
10
11

# variables settings for compilation for Linux desktop and Qt 3.x.x

unix {
CONFIG +=  debug
#release
}
win32 {
CONFIG +=  release

}