author | zautrix <zautrix> | 2005-08-18 06:43:21 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2005-08-18 06:43:21 (UTC) |
commit | 4944e9d10f913ba5dccf52cdb14684b95b37301e (patch) (unidiff) | |
tree | 9767556bffeb7ccb5d0965415213384ad20e48ed /variables.pri | |
parent | 85e59a8c8fae96da9250f3197ff4224a216d994d (diff) | |
download | kdepimpi-4944e9d10f913ba5dccf52cdb14684b95b37301e.zip kdepimpi-4944e9d10f913ba5dccf52cdb14684b95b37301e.tar.gz kdepimpi-4944e9d10f913ba5dccf52cdb14684b95b37301e.tar.bz2 |
fa
-rw-r--r-- | variables.pri | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/variables.pri b/variables.pri index 5d3b6cb..9975cf0 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 | #for statically linking | 5 | #for statically linking |
6 | #CONFIG += staticlib | 6 | #CONFIG += staticlib |
7 | } | 7 | } |
8 | win32 { | 8 | win32 { |
9 | #disable importol to make it running on windows ME/98 | 9 | #disable importol to make it running on windows ME/98 |
10 | CONFIG += importol | 10 | #CONFIG += importol |
11 | 11 | ||
12 | } | 12 | } |
13 | CONFIG += thread | 13 | CONFIG += thread |
14 | CONFIG += release | 14 | CONFIG += release |