Mercurial > trustbridge
comparison ui/mainwindow.cpp @ 1016:b4094dc55217
Yet another release without a dedicated test server.
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Tue, 02 Sep 2014 15:30:28 +0200 |
parents | 6aa115b206df |
children | f8b93685055e |
comparison
equal
deleted
inserted
replaced
1015:268d91ee4be6 | 1016:b4094dc55217 |
---|---|
63 #define TB_ARCH_STRING "-i386" | 63 #define TB_ARCH_STRING "-i386" |
64 #else | 64 #else |
65 #define TB_ARCH_STRING "-amd64" | 65 #define TB_ARCH_STRING "-amd64" |
66 #endif | 66 #endif |
67 | 67 |
68 #ifdef RELEASE_BUILD | 68 #if 1 |
69 # define LIST_RESOURCE "/users/aheinecke/zertifikatsliste.txt" | 69 # define LIST_RESOURCE "/users/aheinecke/zertifikatsliste.txt" |
70 # ifdef Q_OS_WIN | 70 # ifdef Q_OS_WIN |
71 # define SW_RESOURCE_VERSION "/users/aheinecke/TrustBridge-%1.exe" | 71 # define SW_RESOURCE_VERSION "/users/aheinecke/TrustBridge-%1.exe" |
72 # define SW_RESOURCE "/users/aheinecke/TrustBridge.exe" | 72 # define SW_RESOURCE "/users/aheinecke/TrustBridge.exe" |
73 # else | 73 # else |