summaryrefslogtreecommitdiffabout
path: root/variables.pri
Side-by-side diff
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 @@
# variables settings for compilation for Linux desktop and Qt 3.x.x
unix {
-CONFIG += release
#for statically linking
#CONFIG += staticlib
}
win32 {
-CONFIG += release
+#disable importol to make it running on windows ME/98
CONFIG += importol
}
CONFIG += thread
+CONFIG += release