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:
parent
f5145f36ed
commit
780d912cd1
13 changed files with 52 additions and 43 deletions
|
|
@ -12,13 +12,10 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets sql
|
|||
TARGET = pgsql
|
||||
TEMPLATE = lib
|
||||
|
||||
INCLUDEPATH += C:\prog\include \
|
||||
C:\Prog\include\pgsql \
|
||||
C:\VSproj\boost32\include\boost-1_65_1
|
||||
! include( ../common.pri ) {
|
||||
error( "Couldn't find the common.pri file!" )
|
||||
}
|
||||
|
||||
QMAKE_CXXFLAGS += /std:c++17
|
||||
|
||||
DEFINES += WIN32_LEAN_AND_MEAN NOMINMAX
|
||||
#LIBS += -LC:/prog/boost/lib -Lc:/prog/lib libpq.lib fmt.lib User32.lib ws2_32.lib
|
||||
LIBS += -LC:/PROG/LIB -lws2_32 -llibpq
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue