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

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

unix {
CONFIG +=  release
#for statically linking
#CONFIG +=  staticlib
}
win32 {
CONFIG +=  release

}