Switched away from boost::asio as it doesn't play well with libpq
This commit is contained in:
parent
6dd079bf87
commit
6bb5525d5e
13 changed files with 566 additions and 143 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue