diff options
author | senator <senator> | 2008-03-24 14:21:34 +0000 |
---|---|---|
committer | senator <senator> | 2008-03-24 14:21:34 +0000 |
commit | 2e47f002aff970ee1dd0a22c88febd5682ed2482 (patch) | |
tree | f2ba34d0f2c00858b787372279bbb56f4e3c4a6f /client/client.pro | |
parent | 2646a66dacf629f21399a6bc83289e39c3d843b9 (diff) |
win32 compatibility for sleep function in sendrecieve.cc
Diffstat (limited to 'client/client.pro')
-rw-r--r-- | client/client.pro | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/client.pro b/client/client.pro index 8989180..3ab8855 100644 --- a/client/client.pro +++ b/client/client.pro @@ -36,3 +36,7 @@ SOURCES += main.cc sendrecieve.cc macro.cc builder.cc \ widgets/checkbox.cc \ widgets/window.cc QT += core gui network xml + +win32 { + DEFINES += HOST_WIN32 +} |