-rw-r--r-- | variables.pri | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/variables.pri b/variables.pri index 4144b8e..5d3b6cb 100644 --- a/variables.pri +++ b/variables.pri | |||
@@ -1,14 +1,14 @@ | |||
1 | 1 | ||
2 | # variables settings for compilation for Linux desktop and Qt 3.x.x | 2 | # variables settings for compilation for Linux desktop and Qt 3.x.x |
3 | 3 | ||
4 | unix { | 4 | unix { |
5 | CONFIG += release | ||
6 | #for statically linking | 5 | #for statically linking |
7 | #CONFIG += staticlib | 6 | #CONFIG += staticlib |
8 | } | 7 | } |
9 | win32 { | 8 | win32 { |
10 | CONFIG += release | 9 | #disable importol to make it running on windows ME/98 |
11 | CONFIG += importol | 10 | CONFIG += importol |
12 | 11 | ||
13 | } | 12 | } |
14 | CONFIG += thread | 13 | CONFIG += thread |
14 | CONFIG += release | ||