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
|
|
@ -1,7 +1,10 @@
|
|||
INCLUDEPATH += C:\prog\include C:\prog\include\pgsql C:\VSproj\boost\include\boost-1_68
|
||||
! include( ./local.pri ) {
|
||||
error( "Use local.pri.sample to create your own local.pri" )
|
||||
}
|
||||
|
||||
LIBS += -LC:\VSproj\boost\lib -LC:/PROG/LIB -lws2_32 -llibpq
|
||||
LIBS += -lws2_32 -llibpq
|
||||
|
||||
CONFIG += c++17
|
||||
QMAKE_CXXFLAGS += /std:c++17
|
||||
|
||||
# The following define makes your compiler emit warnings if you use
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue