test: removed bogus CONFIG+=debug in qdiriterator benchmark
This doesn't make sense, none of the other benchmarks do it, and it breaks compilation for a release-only mac build. Change-Id: I3bc73f670688d413afcae7fa88bab19f7b3dac33 Reviewed-on: http://codereview.qt.nokia.com/4017 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>bb10
parent
fad997b4ee
commit
592d53a17c
|
|
@ -11,8 +11,6 @@ INCLUDEPATH += .
|
|||
QT -= gui
|
||||
|
||||
CONFIG += release
|
||||
CONFIG += debug
|
||||
|
||||
|
||||
SOURCES += main.cpp
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue