blob: 4144b8e58d1ea1bedaefeea35d9ed72a4e2773e4 (
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 {
CONFIG += release
#for statically linking
#CONFIG += staticlib
}
win32 {
CONFIG += release
CONFIG += importol
}
CONFIG += thread
|