pgLab/common.pri

13 lines
546 B
Text
Raw Normal View History

2019-03-27 18:23:00 +01:00
INCLUDEPATH += \prog\include \prog\include\pgsql \VSproj\boost\include\boost-1_68
2019-03-27 18:23:00 +01:00
LIBS += -L\VSproj\boost\lib -L/PROG/LIB -lws2_32 -llibpq
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
DEFINES += WIN32_LEAN_AND_MEAN NOMINMAX _WIN32_WINNT=0x0501