Remove gui-related ifdef from testlib/qbenchmark.cpp
It didn't make sense, since testlib doesn't link against gui. The QApplication api wasn't used anywhere anyway. Change-Id: Idb1bd20c7bcd0f9f16a9b526a7dabe4afccecfc4 Reviewed-on: http://codereview.qt-project.org/5058 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Kent Hansen <kent.hansen@nokia.com>bb10
parent
1aaf08691d
commit
d00017b842
|
|
@ -43,10 +43,6 @@
|
|||
#include "QtTest/private/qbenchmark_p.h"
|
||||
#include "QtTest/private/qbenchmarkmetric_p.h"
|
||||
|
||||
#ifdef QT_GUI_LIB
|
||||
#include <QtGui/qguiapplication.h>
|
||||
#endif
|
||||
|
||||
#include <QtCore/qprocess.h>
|
||||
#include <QtCore/qdir.h>
|
||||
#include <QtCore/qset.h>
|
||||
|
|
|
|||
Loading…
Reference in New Issue