Mercurial > trustbridge
comparison ui/mainwindow.cpp @ 994:8fb1b912fd8e
Add test using the default download server used by the software
This should help to highlight problems in the real environement
but needs to be adapted when the server / server layout changes
just as the software..
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Mon, 01 Sep 2014 13:14:10 +0200 |
parents | b8ae69bcc540 |
children | da6ce90bef17 |
comparison
equal
deleted
inserted
replaced
993:561cc777e0b6 | 994:8fb1b912fd8e |
---|---|
53 | 53 |
54 #ifndef APPNAME | 54 #ifndef APPNAME |
55 #define APPNAME "TrustBridge" | 55 #define APPNAME "TrustBridge" |
56 #endif | 56 #endif |
57 | 57 |
58 #define SERVER_URL "https://files.intevation.de:443" | 58 #ifndef SERVER_URL |
59 #error "DOWNLOAD_SERVER option not set or invalid." | |
60 #endif | |
59 | 61 |
60 #if defined(_X86_) || defined(__i386__) | 62 #if defined(_X86_) || defined(__i386__) |
61 #define TB_ARCH_STRING "-i386" | 63 #define TB_ARCH_STRING "-i386" |
62 #else | 64 #else |
63 #define TB_ARCH_STRING "-amd64" | 65 #define TB_ARCH_STRING "-amd64" |