Remove 'help' from qmake profile

Supports cross-build using mingw-cross-env
This commit is contained in:
Ryan Pavlik 2011-10-24 17:48:54 -05:00
parent 190139f441
commit 53d848da1d
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
TEMPLATE = app
TARGET = cppcheck-gui
CONFIG += warn_on help
CONFIG += warn_on
DEPENDPATH += . \
../lib
INCLUDEPATH += . \