-rwxr-xr-x | me_variables.pri | 14 |
1 files changed, 14 insertions, 0 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 | ||