Adjusted project files for new boost version.

This should be handled differently the location of boost should not be baked into the project files.
This commit is contained in:
eelke 2018-09-18 20:24:54 +02:00
parent f5145f36ed
commit 780d912cd1
13 changed files with 52 additions and 43 deletions

12
common.pri Normal file
View file

@ -0,0 +1,12 @@
INCLUDEPATH += C:\prog\include C:\prog\include\pgsql C:\VSproj\boost\include\boost-1_68
LIBS += -LC:\VSproj\boost\lib -LC:/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