pgLab/local.pri.sample
Eelke Klein e7bfaeff9a project file cleanup
Moving system dependent parts into local.pri which is not tracked and supply local.pri.sample as a template for developers to adjust for their local system.
2019-03-24 08:53:22 +01:00

17 lines
363 B
Text

# Need paths here to find following library headers
# - botan
# - boost
# - libpq
# ???
INCLUDEPATH += c:/prog/include
INCLUDEPATH += c:/prog/include/pgsql
INCLUDEPATH += c:/VSproj/boost/include/boost-1_68
# Need paths here to find library files for
# - botan
# - boost
# - libpq
#
LIBS += -L\VSproj\boost\lib -L/PROG/LIB
GOOGLETEST_DIR = c:/prog/googletest