summaryrefslogtreecommitdiff
path: root/client/client.pro
diff options
context:
space:
mode:
Diffstat (limited to 'client/client.pro')
-rw-r--r--client/client.pro4
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
+}