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:
Eelke Klein 2019-03-24 08:53:22 +01:00
parent 0f37f74dda
commit e7bfaeff9a
9 changed files with 31 additions and 28 deletions

View file

@ -4,7 +4,7 @@ error( "Couldn't find the common.pri file!" )
include(gtest_dependency.pri)
TEMPLATE = app
CONFIG += console c++17
CONFIG += console
CONFIG -= app_bundle
CONFIG += thread
CONFIG += qt

View file

@ -1,20 +1,16 @@
! include( ../../common.pri ) {
error( "Couldn't find the common.pri file!" )
}
include(gtest_dependency.pri)
TEMPLATE = app
CONFIG += console c++17
CONFIG += console
CONFIG -= app_bundle
CONFIG += thread
CONFIG += qt
QT += core widgets
QMAKE_CXXFLAGS += /std:c++17
! include( ../../common.pri ) {
error( "Couldn't find the common.pri file!" )
}
HEADERS +=
SOURCES += main.cpp \