3172631f0d
Moving benchmark test from 'tests/auto' to 'tests/benchmarks'. Also removing 'qttest_p4' usage while we are at it. - void benchmark(); was moved to 'tests/benchmarks/sql/kernel/qsqlquery' Task-number: QTQAINFRA-353 Change-Id: I241bb1a2fba1c1b5524c21e5941a6c5daf5a4a89 Reviewed-by: Honglei Zhang <honglei.zhang@nokia.com>
16 lines
259 B
Prolog
16 lines
259 B
Prolog
TARGET = tst_qsqlquery
|
|
CONFIG += testcase
|
|
|
|
SOURCES += tst_qsqlquery.cpp
|
|
|
|
QT = core sql testlib
|
|
|
|
!wince*:win32:LIBS += -lws2_32
|
|
|
|
wince*: {
|
|
plugFiles.files = ../../../plugins/sqldrivers
|
|
plugFiles.path = .
|
|
DEPLOYMENT += plugFiles
|
|
LIBS += -lws2
|
|
}
|