blob: 67c144d6da055a794e325af232889dba14871c64 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# variables settings for compilation for Linux desktop and Qt 3.x.x
unix {
CONFIG += release
#for statically linking
#CONFIG += staticlib
}
win32 {
CONFIG += release
}
CONFIG += thread
|