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
|
|
@ -9,7 +9,7 @@ QT += sql
|
|||
|
||||
TARGET = core
|
||||
TEMPLATE = lib
|
||||
CONFIG += staticlib c++17
|
||||
CONFIG += staticlib
|
||||
|
||||
! include( ../common.pri ) {
|
||||
error( "Couldn't find the common.pri file!" )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue