summaryrefslogtreecommitdiffabout
path: root/variables.pri
Unidiff
Diffstat (limited to 'variables.pri') (more/less context) (ignore whitespace changes)
-rw-r--r--variables.pri4
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
@@ -2,13 +2,13 @@
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
4unix { 4unix {
5CONFIG += release
6#for statically linking 5#for statically linking
7#CONFIG += staticlib 6#CONFIG += staticlib
8} 7}
9win32 { 8win32 {
10CONFIG += release 9#disable importol to make it running on windows ME/98
11CONFIG += importol 10CONFIG += importol
12 11
13} 12}
14CONFIG += thread 13CONFIG += thread
14CONFIG += release