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.
This commit is contained in:
parent
0f37f74dda
commit
e7bfaeff9a
9 changed files with 31 additions and 28 deletions
17
local.pri.sample
Normal file
17
local.pri.sample
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue