author | zautrix <zautrix> | 2005-08-18 05:32:46 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2005-08-18 05:32:46 (UTC) |
commit | 075fe8e7470f5b9db7553889271880e476a6015a (patch) (side-by-side diff) | |
tree | bdc4f7117a7189eccaf8fe2c36edc27bc6bf79f7 /variables.pri | |
parent | 9de953866db87933c9773b98502f07ac408c8ef7 (diff) | |
download | kdepimpi-075fe8e7470f5b9db7553889271880e476a6015a.zip kdepimpi-075fe8e7470f5b9db7553889271880e476a6015a.tar.gz kdepimpi-075fe8e7470f5b9db7553889271880e476a6015a.tar.bz2 |
pro fix
-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 @@ # 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 |