Fix compilation of some benchmark tests on Windows.
Change-Id: Iab6b83f3d4693a3b5deaaf88043dde75a84866fd Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
This commit is contained in:
parent
3ec60ca51b
commit
5943874eb1
@ -49,6 +49,7 @@
|
|||||||
#include <QFontMetrics>
|
#include <QFontMetrics>
|
||||||
#include <QDebug>
|
#include <QDebug>
|
||||||
#include <QStaticText>
|
#include <QStaticText>
|
||||||
|
#include <QPainter>
|
||||||
|
|
||||||
class Benchmark
|
class Benchmark
|
||||||
{
|
{
|
||||||
|
@ -41,7 +41,8 @@
|
|||||||
|
|
||||||
#include <qtest.h>
|
#include <qtest.h>
|
||||||
|
|
||||||
#include <QtGui>
|
#include <QtCore/qmath.h>
|
||||||
|
#include <QtWidgets/QWidget>
|
||||||
|
|
||||||
#include "benchmarktests.h"
|
#include "benchmarktests.h"
|
||||||
|
|
||||||
|
@ -3,3 +3,4 @@ TARGET = tst_bench_qsqlquery
|
|||||||
SOURCES += main.cpp
|
SOURCES += main.cpp
|
||||||
|
|
||||||
QT = core sql testlib
|
QT = core sql testlib
|
||||||
|
win32: LIBS += -lWs2_32
|
||||||
|
Loading…
x
Reference in New Issue
Block a user