qt now statically compiles for win32

This commit is contained in:
mewmew@i2p 2018-04-24 01:40:12 +08:00
parent d9b8731ddc
commit c8de7aa23c
6 changed files with 21 additions and 46 deletions

View file

@ -48,7 +48,6 @@ void ServerTunnelConfig::saveToStringStream(std::stringstream& out) {
<< "enableuniquelocal=" << (isUniqueLocal?"true":"false") << "\n"
<< "address=" << address << "\n"
<< "hostoverride=" << hostOverride << "\n"
<< "webircpassword=" << webircpass << "\n"
<< "maxconns=" << maxConns << "\n";
<< "webircpassword=" << webircpass << "\n";
}