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 | |
parent | 85e59a8c8fae96da9250f3197ff4224a216d994d (diff) | |
download | kdepimpi-4944e9d10f913ba5dccf52cdb14684b95b37301e.zip kdepimpi-4944e9d10f913ba5dccf52cdb14684b95b37301e.tar.gz kdepimpi-4944e9d10f913ba5dccf52cdb14684b95b37301e.tar.bz2 |
fa
-rwxr-xr-x | me_variables.pri | 14 | ||||
-rw-r--r-- | variables.pri | 2 | ||||
-rwxr-xr-x | winbuildall.bat | 5 | ||||
-rwxr-xr-x | xp_variables.pri | 14 |
4 files changed, 33 insertions, 2 deletions
diff --git a/me_variables.pri b/me_variables.pri new file mode 100755 index 0000000..9975cf0 --- a/dev/null +++ b/me_variables.pri | |||
@@ -0,0 +1,14 @@ | |||
1 | |||
2 | # variables settings for compilation for Linux desktop and Qt 3.x.x | ||
3 | |||
4 | unix { | ||
5 | #for statically linking | ||
6 | #CONFIG += staticlib | ||
7 | } | ||
8 | win32 { | ||
9 | #disable importol to make it running on windows ME/98 | ||
10 | #CONFIG += importol | ||
11 | |||
12 | } | ||
13 | CONFIG += thread | ||
14 | CONFIG += release | ||
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 |
diff --git a/winbuildall.bat b/winbuildall.bat index 0e2a32d..5ae23d1 100755 --- a/winbuildall.bat +++ b/winbuildall.bat | |||
@@ -1,7 +1,10 @@ | |||
1 | 1 | ||
2 | qmake "CONFIG -=importol" | 2 | copy xp_variables.pri variables.pri |
3 | qmake | ||
4 | nmake clean | ||
3 | nmake | 5 | nmake |
6 | copy me_variables.pri variables.pri | ||
4 | qmake | 7 | qmake |
5 | nmake clean | 8 | nmake clean |
6 | nmake | 9 | nmake |
7 | winclean \ No newline at end of file | 10 | winclean \ No newline at end of file |
diff --git a/xp_variables.pri b/xp_variables.pri new file mode 100755 index 0000000..5d3b6cb --- a/dev/null +++ b/xp_variables.pri | |||
@@ -0,0 +1,14 @@ | |||
1 | |||
2 | # variables settings for compilation for Linux desktop and Qt 3.x.x | ||
3 | |||
4 | unix { | ||
5 | #for statically linking | ||
6 | #CONFIG += staticlib | ||
7 | } | ||
8 | win32 { | ||
9 | #disable importol to make it running on windows ME/98 | ||
10 | CONFIG += importol | ||
11 | |||
12 | } | ||
13 | CONFIG += thread | ||
14 | CONFIG += release | ||