author | zautrix <zautrix> | 2005-10-27 10:46:00 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2005-10-27 10:46:00 (UTC) |
commit | f2d8e3c646f689c3d7b91a987bddf4c1e7f268b8 (patch) (unidiff) | |
tree | 3b0647f6b8d5a411d33d128b7365c99d3cb52850 /variables.pri | |
parent | 29c7448b3c54e8d579732d10f144e12f7167c3c3 (diff) | |
download | kdepimpi-f2d8e3c646f689c3d7b91a987bddf4c1e7f268b8.zip kdepimpi-f2d8e3c646f689c3d7b91a987bddf4c1e7f268b8.tar.gz kdepimpi-f2d8e3c646f689c3d7b91a987bddf4c1e7f268b8.tar.bz2 |
commit
-rw-r--r-- | variables.pri | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/variables.pri b/variables.pri index 9975cf0..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 | #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 |