comparison checker.pri @ 54:bb3d59462052

Retain file structure hierarchy - useful when included into another project
author Chris Cannam
date Fri, 11 Jan 2019 15:54:15 +0000
parents 40c6936c2fc9
children 5c60e26e16ca
comparison
equal deleted inserted replaced
53:0d2d3c89fdf6 54:bb3d59462052
1 1
2 CONFIG += qt stl c++11 exceptions console warn_on 2 CONFIG += qt stl c++11 exceptions console warn_on object_parallel_to_source
3 QT -= xml network gui widgets 3 QT -= xml network gui widgets
4 4
5 !win32 { 5 !win32 {
6 QMAKE_CXXFLAGS += -Werror 6 QMAKE_CXXFLAGS += -Werror
7 } 7 }