pgLab/common.pri
eelke 60fb4ce285 Improve support for declarative partitioning.
Generated SQL for a partition is now correct (atleast for simple cases)
Switched to C++ 20 so the ranges library can be used in this case
to filter unwanted items.
2023-01-18 19:43:12 +01:00

15 lines
557 B
Text

! include( ./local.pri ) {
error( "Use local.pri.sample to create your own local.pri" )
}
LIBS += -lUser32 -lws2_32 -llibpq
CONFIG += c++20
# 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
DEFINES += BOOST_ENABLE_ASSERT_HANDLER
DEFINES += WIN32_LEAN_AND_MEAN NOMINMAX _WIN32_WINNT=0x0501