test: Leftover for split `qsqlquery' unit and benchmark test
Add new directory structure to benchmarks.pro file introduced by 3172631f0d40f34249f376f9b94a40919573d0c7 . Task-number: QTQAINFRA-353 Change-Id: I998530cd00bb1849f7a42816d61195f6a5bb4b92 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
This commit is contained in:
parent
8bf83267ec
commit
433f5dbbfb
@ -3,6 +3,7 @@ SUBDIRS = \
|
|||||||
corelib \
|
corelib \
|
||||||
gui \
|
gui \
|
||||||
network \
|
network \
|
||||||
|
sql \
|
||||||
|
|
||||||
# removed-by-refactor contains(QT_CONFIG, opengl): SUBDIRS += opengl
|
# removed-by-refactor contains(QT_CONFIG, opengl): SUBDIRS += opengl
|
||||||
contains(QT_CONFIG, dbus): SUBDIRS += dbus
|
contains(QT_CONFIG, dbus): SUBDIRS += dbus
|
||||||
|
3
tests/benchmarks/sql/kernel/kernel.pro
Normal file
3
tests/benchmarks/sql/kernel/kernel.pro
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
TEMPLATE = subdirs
|
||||||
|
SUBDIRS = \
|
||||||
|
qsqlquery \
|
3
tests/benchmarks/sql/sql.pro
Normal file
3
tests/benchmarks/sql/sql.pro
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
TEMPLATE = subdirs
|
||||||
|
SUBDIRS = \
|
||||||
|
kernel \
|
Loading…
x
Reference in New Issue
Block a user