Switched away from boost::asio as it doesn't play well with libpq

This commit is contained in:
eelke 2019-11-06 20:03:27 +01:00
parent 6dd079bf87
commit 6bb5525d5e
13 changed files with 566 additions and 143 deletions

View file

@ -2,7 +2,7 @@
error( "Use local.pri.sample to create your own local.pri" )
}
LIBS += -lws2_32 -llibpq
LIBS += -lUser32 -lws2_32 -llibpq
CONFIG += c++17
QMAKE_CXXFLAGS += /std:c++17