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

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

unix {
#for statically linking
#CONFIG +=  staticlib
}
win32 {
#disable importol to make it running on windows ME/98
CONFIG +=  importol

}
CONFIG +=  thread
CONFIG +=  release