Remove 'help' from qmake profile
Supports cross-build using mingw-cross-env
This commit is contained in:
parent
190139f441
commit
53d848da1d
|
@ -1,6 +1,6 @@
|
|||
TEMPLATE = app
|
||||
TARGET = cppcheck-gui
|
||||
CONFIG += warn_on help
|
||||
CONFIG += warn_on
|
||||
DEPENDPATH += . \
|
||||
../lib
|
||||
INCLUDEPATH += . \
|
||||
|
|
Loading…
Reference in New Issue