2019-03-24 08:53:22 +01:00
|
|
|
! include( ./local.pri ) {
|
|
|
|
|
error( "Use local.pri.sample to create your own local.pri" )
|
|
|
|
|
}
|
2018-09-18 20:24:54 +02:00
|
|
|
|
2019-03-24 08:53:22 +01:00
|
|
|
LIBS += -lws2_32 -llibpq
|
2018-09-18 20:24:54 +02:00
|
|
|
|
2019-03-24 08:53:22 +01:00
|
|
|
CONFIG += c++17
|
2018-09-18 20:24:54 +02:00
|
|
|
QMAKE_CXXFLAGS += /std:c++17
|
|
|
|
|
|
|
|
|
|
# The following define makes your compiler emit warnings if you use
|
|
|
|
|
# any feature of Qt which as been marked as deprecated (the exact warnings
|
|
|
|
|
# depend on your compiler). Please consult the documentation of the
|
|
|
|
|
# deprecated API in order to know how to port your code away from it.
|
|
|
|
|
DEFINES += QT_DEPRECATED_WARNINGS
|
2019-11-04 18:02:48 +01:00
|
|
|
DEFINES += BOOST_ENABLE_ASSERT_HANDLER
|
2018-10-07 19:40:06 +02:00
|
|
|
DEFINES += WIN32_LEAN_AND_MEAN NOMINMAX _WIN32_WINNT=0x0501
|