CMake: Regenerate benchmarks
Change-Id: I4154d9ebb8303338a07350b655c7b468751efd10 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
This commit is contained in:
parent
1339cc4667
commit
1718948ed4
@ -4,7 +4,7 @@
|
||||
## tst_bench_qdir_10000 Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_benchmark(tst_bench_qdir_10000
|
||||
qt_add_benchmark(tst_bench_qdir_10000
|
||||
SOURCES
|
||||
bench_qdir_10000.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
|
@ -4,7 +4,7 @@
|
||||
## bench_qdir_tree Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_benchmark(bench_qdir_tree
|
||||
qt_add_benchmark(bench_qdir_tree
|
||||
SOURCES
|
||||
bench_qdir_tree.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
@ -16,7 +16,7 @@ set(bench_qdir_tree_resource_files
|
||||
"4.6.0-list.txt"
|
||||
)
|
||||
|
||||
add_qt_resource(bench_qdir_tree "bench_qdir_tree"
|
||||
qt_add_resource(bench_qdir_tree "bench_qdir_tree"
|
||||
PREFIX
|
||||
"/"
|
||||
FILES
|
||||
|
@ -4,7 +4,7 @@
|
||||
## tst_bench_qdiriterator Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_benchmark(tst_bench_qdiriterator
|
||||
qt_add_benchmark(tst_bench_qdiriterator
|
||||
SOURCES
|
||||
main.cpp
|
||||
qfilesystemiterator.cpp qfilesystemiterator.h
|
||||
@ -15,7 +15,7 @@ add_qt_benchmark(tst_bench_qdiriterator
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
extend_target(tst_bench_qdiriterator CONDITION (QT_FEATURE_cxx17_filesystem) AND (GCC AND (QMAKE_GCC_MAJOR_VERSION LESS 9))
|
||||
qt_extend_target(tst_bench_qdiriterator CONDITION (QT_FEATURE_cxx17_filesystem) AND (GCC AND (QMAKE_GCC_MAJOR_VERSION LESS 9))
|
||||
LINK_OPTIONS
|
||||
"-lstdc++fs"
|
||||
)
|
||||
|
@ -4,7 +4,7 @@
|
||||
## tst_bench_qfile Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_benchmark(tst_bench_qfile
|
||||
qt_add_benchmark(tst_bench_qfile
|
||||
SOURCES
|
||||
main.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
@ -18,7 +18,7 @@ add_qt_benchmark(tst_bench_qfile
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
extend_target(tst_bench_qfile CONDITION WIN32
|
||||
qt_extend_target(tst_bench_qfile CONDITION WIN32
|
||||
DEFINES
|
||||
_CRT_SECURE_NO_WARNINGS
|
||||
)
|
||||
|
@ -4,7 +4,7 @@
|
||||
## tst_bench_qfileinfo Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_benchmark(tst_bench_qfileinfo
|
||||
qt_add_benchmark(tst_bench_qfileinfo
|
||||
SOURCES
|
||||
main.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
|
@ -4,7 +4,7 @@
|
||||
## tst_bench_qiodevice Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_benchmark(tst_bench_qiodevice
|
||||
qt_add_benchmark(tst_bench_qiodevice
|
||||
SOURCES
|
||||
main.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
|
@ -4,7 +4,7 @@
|
||||
## tst_bench_qprocess Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_benchmark(tst_bench_qprocess
|
||||
qt_add_benchmark(tst_bench_qprocess
|
||||
SOURCES
|
||||
../tst_bench_qprocess.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
|
@ -4,7 +4,7 @@
|
||||
## testProcessLoopback Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_executable(testProcessLoopback
|
||||
add_qt_benchmark(testProcessLoopback
|
||||
OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/"
|
||||
SOURCES
|
||||
main.cpp
|
||||
|
@ -4,8 +4,7 @@
|
||||
## testProcessLoopback Binary:
|
||||
#####################################################################
|
||||
|
||||
# add_qt_executable(testProcessLoopback # special case
|
||||
add_qt_benchmark(testProcessLoopback # special case
|
||||
qt_add_benchmark(testProcessLoopback
|
||||
OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/"
|
||||
SOURCES
|
||||
main.cpp
|
||||
|
@ -4,7 +4,7 @@
|
||||
## tst_bench_qtemporaryfile Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_benchmark(tst_bench_qtemporaryfile
|
||||
qt_add_benchmark(tst_bench_qtemporaryfile
|
||||
SOURCES
|
||||
main.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
|
@ -4,7 +4,7 @@
|
||||
## tst_bench_qtextstream Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_benchmark(tst_bench_qtextstream
|
||||
qt_add_benchmark(tst_bench_qtextstream
|
||||
SOURCES
|
||||
main.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
|
@ -4,7 +4,7 @@
|
||||
## tst_qurl Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_benchmark(tst_qurl
|
||||
qt_add_benchmark(tst_qurl
|
||||
SOURCES
|
||||
main.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
@ -17,7 +17,7 @@ add_qt_benchmark(tst_qurl
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
extend_target(tst_qurl CONDITION WIN32
|
||||
qt_extend_target(tst_qurl CONDITION WIN32
|
||||
DEFINES
|
||||
_CRT_SECURE_NO_WARNINGS
|
||||
)
|
||||
|
@ -4,7 +4,7 @@
|
||||
## tst_bench_qtbinaryjson Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_benchmark(tst_bench_qtbinaryjson
|
||||
qt_add_benchmark(tst_bench_qtbinaryjson
|
||||
SOURCES
|
||||
tst_bench_qtbinaryjson.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
|
@ -4,7 +4,7 @@
|
||||
## tst_bench_events Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_benchmark(tst_bench_events
|
||||
qt_add_benchmark(tst_bench_events
|
||||
SOURCES
|
||||
main.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
|
@ -4,7 +4,7 @@
|
||||
## tst_bench_qcoreapplication Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_benchmark(tst_bench_qcoreapplication
|
||||
qt_add_benchmark(tst_bench_qcoreapplication
|
||||
SOURCES
|
||||
main.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
|
@ -4,7 +4,7 @@
|
||||
## tst_bench_qmetaobject Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_benchmark(tst_bench_qmetaobject
|
||||
qt_add_benchmark(tst_bench_qmetaobject
|
||||
SOURCES
|
||||
main.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
|
@ -4,7 +4,7 @@
|
||||
## tst_bench_qmetatype Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_benchmark(tst_bench_qmetatype
|
||||
qt_add_benchmark(tst_bench_qmetatype
|
||||
SOURCES
|
||||
tst_qmetatype.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
|
@ -4,7 +4,7 @@
|
||||
## tst_bench_qobject Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_benchmark(tst_bench_qobject
|
||||
qt_add_benchmark(tst_bench_qobject
|
||||
SOURCES
|
||||
main.cpp
|
||||
object.cpp object.h
|
||||
|
@ -4,7 +4,7 @@
|
||||
## qtimer_vs_qmetaobject Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_benchmark(qtimer_vs_qmetaobject
|
||||
qt_add_benchmark(qtimer_vs_qmetaobject
|
||||
SOURCES
|
||||
tst_qtimer_vs_qmetaobject.cpp
|
||||
INCLUDE_DIRECTORIES
|
||||
|
@ -4,7 +4,7 @@
|
||||
## qtimer_vs_qmetaobject Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_benchmark(qtimer_vs_qmetaobject
|
||||
qt_add_benchmark(qtimer_vs_qmetaobject
|
||||
SOURCES
|
||||
tst_qtimer_vs_qmetaobject.cpp
|
||||
INCLUDE_DIRECTORIES
|
||||
|
@ -4,7 +4,7 @@
|
||||
## tst_bench_qvariant Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_benchmark(tst_bench_qvariant
|
||||
qt_add_benchmark(tst_bench_qvariant
|
||||
SOURCES
|
||||
tst_qvariant.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
@ -15,7 +15,7 @@ add_qt_benchmark(tst_bench_qvariant
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
extend_target(tst_bench_qvariant CONDITION NOT TARGET Qt::Gui
|
||||
qt_extend_target(tst_bench_qvariant CONDITION NOT TARGET Qt::Gui
|
||||
PUBLIC_LIBRARIES
|
||||
# Remove: gui
|
||||
)
|
||||
|
@ -4,7 +4,7 @@
|
||||
## tst_bench_qmimedatabase Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_benchmark(tst_bench_qmimedatabase
|
||||
qt_add_benchmark(tst_bench_qmimedatabase
|
||||
SOURCES
|
||||
main.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
|
@ -4,7 +4,7 @@
|
||||
## tst_bench_quuid Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_benchmark(tst_bench_quuid
|
||||
qt_add_benchmark(tst_bench_quuid
|
||||
SOURCES
|
||||
tst_quuid.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
|
@ -4,7 +4,7 @@
|
||||
## tst_bench_qbytearray Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_benchmark(tst_bench_qbytearray
|
||||
qt_add_benchmark(tst_bench_qbytearray
|
||||
SOURCES
|
||||
main.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
|
@ -4,7 +4,7 @@
|
||||
## tst_bench_qchar Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_benchmark(tst_bench_qchar
|
||||
qt_add_benchmark(tst_bench_qchar
|
||||
SOURCES
|
||||
main.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
|
@ -4,7 +4,7 @@
|
||||
## tst_bench_qlocale Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_benchmark(tst_bench_qlocale
|
||||
qt_add_benchmark(tst_bench_qlocale
|
||||
SOURCES
|
||||
main.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
|
@ -4,7 +4,7 @@
|
||||
## tst_bench_qregexp Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_benchmark(tst_bench_qregexp
|
||||
qt_add_benchmark(tst_bench_qregexp
|
||||
EXCEPTIONS
|
||||
SOURCES
|
||||
main.cpp
|
||||
@ -17,7 +17,7 @@ set(qregexp_resource_files
|
||||
"main.cpp"
|
||||
)
|
||||
|
||||
add_qt_resource(tst_bench_qregexp "qregexp"
|
||||
qt_add_resource(tst_bench_qregexp "qregexp"
|
||||
PREFIX
|
||||
"/"
|
||||
FILES
|
||||
@ -31,14 +31,14 @@ add_qt_resource(tst_bench_qregexp "qregexp"
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
extend_target(tst_bench_qregexp CONDITION TARGET Qt::Script AND NOT pcre
|
||||
qt_extend_target(tst_bench_qregexp CONDITION TARGET Qt::Script AND NOT pcre
|
||||
DEFINES
|
||||
HAVE_JSC
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Script
|
||||
)
|
||||
|
||||
extend_target(tst_bench_qregexp CONDITION (NOT QNX) AND (EXISTS _ss_[QT_SYSROOT]/usr/include/boost/regex.hpp)
|
||||
qt_extend_target(tst_bench_qregexp CONDITION (NOT QNX) AND (EXISTS _ss_[QT_SYSROOT]/usr/include/boost/regex.hpp)
|
||||
DEFINES
|
||||
HAVE_BOOST
|
||||
PUBLIC_LIBRARIES
|
||||
|
@ -4,7 +4,7 @@
|
||||
## tst_bench_qstring Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_benchmark(tst_bench_qstring
|
||||
qt_add_benchmark(tst_bench_qstring
|
||||
SOURCES
|
||||
main.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
|
@ -4,7 +4,7 @@
|
||||
## tst_bench_qstringbuilder Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_benchmark(tst_bench_qstringbuilder
|
||||
qt_add_benchmark(tst_bench_qstringbuilder
|
||||
SOURCES
|
||||
main.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
|
@ -4,7 +4,7 @@
|
||||
## tst_bench_qstringlist Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_benchmark(tst_bench_qstringlist
|
||||
qt_add_benchmark(tst_bench_qstringlist
|
||||
SOURCES
|
||||
main.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
|
@ -4,7 +4,7 @@
|
||||
## tst_bench_qmutex Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_benchmark(tst_bench_qmutex
|
||||
qt_add_benchmark(tst_bench_qmutex
|
||||
SOURCES
|
||||
tst_qmutex.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
|
@ -4,7 +4,7 @@
|
||||
## tst_bench_qreadwritelock Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_benchmark(tst_bench_qreadwritelock
|
||||
qt_add_benchmark(tst_bench_qreadwritelock
|
||||
SOURCES
|
||||
tst_qreadwritelock.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
|
@ -4,7 +4,7 @@
|
||||
## tst_bench_qthreadpool Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_benchmark(tst_bench_qthreadpool
|
||||
qt_add_benchmark(tst_bench_qthreadpool
|
||||
SOURCES
|
||||
tst_qthreadpool.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
|
@ -4,7 +4,7 @@
|
||||
## tst_bench_qthreadstorage Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_benchmark(tst_bench_qthreadstorage
|
||||
qt_add_benchmark(tst_bench_qthreadstorage
|
||||
SOURCES
|
||||
tst_qthreadstorage.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
|
@ -4,7 +4,7 @@
|
||||
## tst_bench_qwaitcondition Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_benchmark(tst_bench_qwaitcondition
|
||||
qt_add_benchmark(tst_bench_qwaitcondition
|
||||
SOURCES
|
||||
tst_qwaitcondition.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
|
@ -4,7 +4,7 @@
|
||||
## tst_bench_qdate Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_benchmark(tst_bench_qdate
|
||||
qt_add_benchmark(tst_bench_qdate
|
||||
SOURCES
|
||||
tst_bench_qdate.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
|
@ -4,7 +4,7 @@
|
||||
## tst_bench_qdatetime Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_benchmark(tst_bench_qdatetime
|
||||
qt_add_benchmark(tst_bench_qdatetime
|
||||
SOURCES
|
||||
main.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
|
@ -4,7 +4,7 @@
|
||||
## tst_bench_qtimezone Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_benchmark(tst_bench_qtimezone
|
||||
qt_add_benchmark(tst_bench_qtimezone
|
||||
SOURCES
|
||||
main.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
|
@ -4,7 +4,7 @@
|
||||
## tst_bench_containers-associative Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_benchmark(tst_bench_containers-associative
|
||||
qt_add_benchmark(tst_bench_containers-associative
|
||||
SOURCES
|
||||
main.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
|
@ -4,7 +4,7 @@
|
||||
## tst_bench_containers-sequential Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_benchmark(tst_bench_containers-sequential
|
||||
qt_add_benchmark(tst_bench_containers-sequential
|
||||
SOURCES
|
||||
main.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
|
@ -4,7 +4,7 @@
|
||||
## tst_bench_qalgorithms Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_benchmark(tst_bench_qalgorithms
|
||||
qt_add_benchmark(tst_bench_qalgorithms
|
||||
SOURCES
|
||||
tst_qalgorithms.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
|
@ -4,7 +4,7 @@
|
||||
## tst_bench_qcontiguouscache Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_benchmark(tst_bench_qcontiguouscache
|
||||
qt_add_benchmark(tst_bench_qcontiguouscache
|
||||
SOURCES
|
||||
main.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
|
@ -4,7 +4,7 @@
|
||||
## tst_bench_qcryptographichash Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_benchmark(tst_bench_qcryptographichash
|
||||
qt_add_benchmark(tst_bench_qcryptographichash
|
||||
SOURCES
|
||||
main.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
|
@ -4,7 +4,7 @@
|
||||
## tst_hash Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_benchmark(tst_hash
|
||||
qt_add_benchmark(tst_hash
|
||||
SOURCES
|
||||
main.cpp
|
||||
outofline.cpp
|
||||
|
@ -4,7 +4,7 @@
|
||||
## tst_bench_qlist Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_benchmark(tst_bench_qlist
|
||||
qt_add_benchmark(tst_bench_qlist
|
||||
SOURCES
|
||||
main.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
|
@ -4,7 +4,7 @@
|
||||
## tst_bench_qmap Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_benchmark(tst_bench_qmap
|
||||
qt_add_benchmark(tst_bench_qmap
|
||||
SOURCES
|
||||
main.cpp
|
||||
INCLUDE_DIRECTORIES
|
||||
|
@ -4,7 +4,7 @@
|
||||
## tst_bench_qrect Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_benchmark(tst_bench_qrect
|
||||
qt_add_benchmark(tst_bench_qrect
|
||||
SOURCES
|
||||
main.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
|
@ -4,7 +4,7 @@
|
||||
## tst_bench_qringbuffer Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_benchmark(tst_bench_qringbuffer
|
||||
qt_add_benchmark(tst_bench_qringbuffer
|
||||
SOURCES
|
||||
main.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
|
@ -4,7 +4,7 @@
|
||||
## tst_qset Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_benchmark(tst_qset
|
||||
qt_add_benchmark(tst_qset
|
||||
SOURCES
|
||||
main.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
|
@ -4,7 +4,7 @@
|
||||
## tst_bench_stack Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_benchmark(tst_bench_stack
|
||||
qt_add_benchmark(tst_bench_stack
|
||||
SOURCES
|
||||
main.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
|
@ -4,7 +4,7 @@
|
||||
## tst_bench_vector Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_benchmark(tst_bench_vector
|
||||
qt_add_benchmark(tst_bench_vector
|
||||
SOURCES
|
||||
main.cpp
|
||||
outofline.cpp
|
||||
|
@ -4,7 +4,7 @@
|
||||
## server Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_benchmark(server
|
||||
qt_add_benchmark(server
|
||||
GUI
|
||||
OUTPUT_DIRECTORY "."
|
||||
SOURCES
|
||||
|
@ -4,7 +4,7 @@
|
||||
## tst_qdbusperformance Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_benchmark(tst_qdbusperformance
|
||||
qt_add_benchmark(tst_qdbusperformance
|
||||
SOURCES
|
||||
../serverobject.h
|
||||
../tst_qdbusperformance.cpp
|
||||
|
@ -4,7 +4,7 @@
|
||||
## tst_bench_qdbustype Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_benchmark(tst_bench_qdbustype
|
||||
qt_add_benchmark(tst_bench_qdbustype
|
||||
SOURCES
|
||||
main.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
@ -16,14 +16,14 @@ add_qt_benchmark(tst_bench_qdbustype
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
extend_target(tst_bench_qdbustype CONDITION QT_FEATURE_dbus_linked
|
||||
qt_extend_target(tst_bench_qdbustype CONDITION QT_FEATURE_dbus_linked
|
||||
DEFINES
|
||||
QT_LINKED_LIBDBUS
|
||||
PUBLIC_LIBRARIES
|
||||
dbus-1
|
||||
)
|
||||
|
||||
extend_target(tst_bench_qdbustype CONDITION NOT QT_FEATURE_dbus_linked
|
||||
qt_extend_target(tst_bench_qdbustype CONDITION NOT QT_FEATURE_dbus_linked
|
||||
SOURCES
|
||||
../../../../src/dbus/qdbus_symbols.cpp
|
||||
)
|
||||
|
@ -4,7 +4,7 @@
|
||||
## tst_bench_qanimation Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_benchmark(tst_bench_qanimation
|
||||
qt_add_benchmark(tst_bench_qanimation
|
||||
SOURCES
|
||||
dummyanimation.cpp dummyanimation.h
|
||||
dummyobject.cpp dummyobject.h
|
||||
|
@ -4,7 +4,7 @@
|
||||
## tst_bench_blendbench Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_benchmark(tst_bench_blendbench
|
||||
qt_add_benchmark(tst_bench_blendbench
|
||||
SOURCES
|
||||
main.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
|
@ -4,7 +4,7 @@
|
||||
## tst_bench_imageConversion Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_benchmark(tst_bench_imageConversion
|
||||
qt_add_benchmark(tst_bench_imageConversion
|
||||
SOURCES
|
||||
tst_qimageconversion.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
@ -19,12 +19,12 @@ add_qt_benchmark(tst_bench_imageConversion
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
extend_target(tst_bench_imageConversion CONDITION QT_FEATURE_gif
|
||||
qt_extend_target(tst_bench_imageConversion CONDITION QT_FEATURE_gif
|
||||
DEFINES
|
||||
QTEST_HAVE_GIF
|
||||
)
|
||||
|
||||
extend_target(tst_bench_imageConversion CONDITION QT_FEATURE_jpeg
|
||||
qt_extend_target(tst_bench_imageConversion CONDITION QT_FEATURE_jpeg
|
||||
DEFINES
|
||||
QTEST_HAVE_JPEG
|
||||
)
|
||||
|
@ -4,7 +4,7 @@
|
||||
## tst_bench_qimagereader Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_benchmark(tst_bench_qimagereader
|
||||
qt_add_benchmark(tst_bench_qimagereader
|
||||
SOURCES
|
||||
tst_qimagereader.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
@ -20,12 +20,12 @@ add_qt_benchmark(tst_bench_qimagereader
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
extend_target(tst_bench_qimagereader CONDITION QT_FEATURE_gif
|
||||
qt_extend_target(tst_bench_qimagereader CONDITION QT_FEATURE_gif
|
||||
DEFINES
|
||||
QTEST_HAVE_GIF
|
||||
)
|
||||
|
||||
extend_target(tst_bench_qimagereader CONDITION QT_FEATURE_jpeg
|
||||
qt_extend_target(tst_bench_qimagereader CONDITION QT_FEATURE_jpeg
|
||||
DEFINES
|
||||
QTEST_HAVE_JPEG
|
||||
)
|
||||
|
@ -4,7 +4,7 @@
|
||||
## tst_bench_imageScale Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_benchmark(tst_bench_imageScale
|
||||
qt_add_benchmark(tst_bench_imageScale
|
||||
SOURCES
|
||||
tst_qimagescale.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
|
@ -4,7 +4,7 @@
|
||||
## tst_bench_qpixmap Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_benchmark(tst_bench_qpixmap
|
||||
qt_add_benchmark(tst_bench_qpixmap
|
||||
SOURCES
|
||||
tst_qpixmap.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
|
@ -4,7 +4,7 @@
|
||||
## tst_bench_qpixmapcache Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_benchmark(tst_bench_qpixmapcache
|
||||
qt_add_benchmark(tst_bench_qpixmapcache
|
||||
SOURCES
|
||||
tst_qpixmapcache.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
|
@ -4,7 +4,7 @@
|
||||
## tst_bench_qguimetatype Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_benchmark(tst_bench_qguimetatype
|
||||
qt_add_benchmark(tst_bench_qguimetatype
|
||||
SOURCES
|
||||
tst_qguimetatype.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
|
@ -4,7 +4,7 @@
|
||||
## tst_bench_qguivariant Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_benchmark(tst_bench_qguivariant
|
||||
qt_add_benchmark(tst_bench_qguivariant
|
||||
SOURCES
|
||||
tst_qguivariant.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
|
@ -4,7 +4,7 @@
|
||||
## tst_bench_qmatrix4x4 Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_benchmark(tst_bench_qmatrix4x4
|
||||
qt_add_benchmark(tst_bench_qmatrix4x4
|
||||
SOURCES
|
||||
tst_qmatrix4x4.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
|
@ -4,7 +4,7 @@
|
||||
## tst_bench_qquaternion Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_benchmark(tst_bench_qquaternion
|
||||
qt_add_benchmark(tst_bench_qquaternion
|
||||
SOURCES
|
||||
tst_qquaternion.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
|
@ -4,7 +4,7 @@
|
||||
## tst_bench_drawtexture Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_benchmark(tst_bench_drawtexture
|
||||
qt_add_benchmark(tst_bench_drawtexture
|
||||
SOURCES
|
||||
tst_drawtexture.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
|
@ -4,7 +4,7 @@
|
||||
## tst_bench_lancebench Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_benchmark(tst_bench_lancebench
|
||||
qt_add_benchmark(tst_bench_lancebench
|
||||
SOURCES
|
||||
../../../../auto/other/lancelot/paintcommands.cpp ../../../../auto/other/lancelot/paintcommands.h
|
||||
tst_lancebench.cpp
|
||||
@ -134,7 +134,7 @@ set(images_resource_files
|
||||
"images/zebra.png"
|
||||
)
|
||||
|
||||
add_qt_resource(tst_bench_lancebench "images"
|
||||
qt_add_resource(tst_bench_lancebench "images"
|
||||
PREFIX
|
||||
"/"
|
||||
BASE
|
||||
@ -151,7 +151,7 @@ add_qt_resource(tst_bench_lancebench "images"
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
extend_target(tst_bench_lancebench CONDITION QT_FEATURE_opengl
|
||||
qt_extend_target(tst_bench_lancebench CONDITION QT_FEATURE_opengl
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::OpenGL
|
||||
)
|
||||
|
@ -4,7 +4,7 @@
|
||||
## tst_bench_qcolor Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_benchmark(tst_bench_qcolor
|
||||
qt_add_benchmark(tst_bench_qcolor
|
||||
SOURCES
|
||||
tst_qcolor.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
|
@ -4,7 +4,7 @@
|
||||
## tst_bench_qpainter Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_benchmark(tst_bench_qpainter
|
||||
qt_add_benchmark(tst_bench_qpainter
|
||||
SOURCES
|
||||
tst_qpainter.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
|
@ -4,7 +4,7 @@
|
||||
## tst_bench_qregion Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_benchmark(tst_bench_qregion
|
||||
qt_add_benchmark(tst_bench_qregion
|
||||
SOURCES
|
||||
main.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
|
@ -4,7 +4,7 @@
|
||||
## tst_bench_qtbench Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_benchmark(tst_bench_qtbench
|
||||
qt_add_benchmark(tst_bench_qtbench
|
||||
SOURCES
|
||||
tst_qtbench.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
|
@ -4,7 +4,7 @@
|
||||
## tst_bench_qtransform Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_benchmark(tst_bench_qtransform
|
||||
qt_add_benchmark(tst_bench_qtransform
|
||||
SOURCES
|
||||
tst_qtransform.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
|
@ -4,7 +4,7 @@
|
||||
## tst_bench_QFontMetrics Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_benchmark(tst_bench_QFontMetrics
|
||||
qt_add_benchmark(tst_bench_QFontMetrics
|
||||
SOURCES
|
||||
main.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
|
@ -4,7 +4,7 @@
|
||||
## tst_bench_QText Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_benchmark(tst_bench_QText
|
||||
qt_add_benchmark(tst_bench_QText
|
||||
SOURCES
|
||||
main.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
|
@ -4,7 +4,7 @@
|
||||
## tst_bench_QTextDocument Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_benchmark(tst_bench_QTextDocument
|
||||
qt_add_benchmark(tst_bench_QTextDocument
|
||||
SOURCES
|
||||
main.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
|
8
tests/benchmarks/network/.prev_CMakeLists.txt
Normal file
8
tests/benchmarks/network/.prev_CMakeLists.txt
Normal file
@ -0,0 +1,8 @@
|
||||
# Generated from network.pro.
|
||||
|
||||
add_subdirectory(access)
|
||||
add_subdirectory(kernel)
|
||||
add_subdirectory(socket)
|
||||
if(QT_FEATURE_openssl)
|
||||
add_subdirectory(ssl)
|
||||
endif()
|
@ -4,7 +4,7 @@
|
||||
## tst_bench_qfile_vs_qnetworkaccessmanager Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_benchmark(tst_bench_qfile_vs_qnetworkaccessmanager
|
||||
qt_add_benchmark(tst_bench_qfile_vs_qnetworkaccessmanager
|
||||
SOURCES
|
||||
main.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
|
@ -4,7 +4,7 @@
|
||||
## tst_bench_qnetworkdiskcache Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_benchmark(tst_bench_qnetworkdiskcache
|
||||
qt_add_benchmark(tst_bench_qnetworkdiskcache
|
||||
SOURCES
|
||||
tst_qnetworkdiskcache.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
|
@ -4,7 +4,7 @@
|
||||
## tst_bench_qnetworkreply Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_benchmark(tst_bench_qnetworkreply
|
||||
qt_add_benchmark(tst_bench_qnetworkreply
|
||||
SOURCES
|
||||
tst_qnetworkreply.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
|
@ -4,7 +4,7 @@
|
||||
## tst_bench_qnetworkreply_from_cache Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_benchmark(tst_bench_qnetworkreply_from_cache
|
||||
qt_add_benchmark(tst_bench_qnetworkreply_from_cache
|
||||
SOURCES
|
||||
tst_qnetworkreply_from_cache.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
|
@ -4,7 +4,7 @@
|
||||
## tst_bench_qhostinfo Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_benchmark(tst_bench_qhostinfo
|
||||
qt_add_benchmark(tst_bench_qhostinfo
|
||||
SOURCES
|
||||
main.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
|
@ -4,7 +4,7 @@
|
||||
## tst_bench_qtcpserver Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_benchmark(tst_bench_qtcpserver
|
||||
qt_add_benchmark(tst_bench_qtcpserver
|
||||
SOURCES
|
||||
tst_qtcpserver.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
|
@ -4,7 +4,7 @@
|
||||
## tst_bench_qudpsocket Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_benchmark(tst_bench_qudpsocket
|
||||
qt_add_benchmark(tst_bench_qudpsocket
|
||||
SOURCES
|
||||
tst_qudpsocket.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
|
@ -4,7 +4,7 @@
|
||||
## tst_bench_qsslsocket Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_benchmark(tst_bench_qsslsocket
|
||||
qt_add_benchmark(tst_bench_qsslsocket
|
||||
SOURCES
|
||||
tst_qsslsocket.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
|
@ -4,7 +4,7 @@
|
||||
## jpeg Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_benchmark(jpeg
|
||||
qt_add_benchmark(jpeg
|
||||
SOURCES
|
||||
jpeg.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
|
@ -4,7 +4,7 @@
|
||||
## tst_bench_qsqlquery Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_benchmark(tst_bench_qsqlquery
|
||||
qt_add_benchmark(tst_bench_qsqlquery
|
||||
SOURCES
|
||||
main.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
|
@ -4,7 +4,7 @@
|
||||
## tst_bench_qsqlrecord Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_benchmark(tst_bench_qsqlrecord
|
||||
qt_add_benchmark(tst_bench_qsqlrecord
|
||||
SOURCES
|
||||
tst_qsqlrecord.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
|
@ -4,7 +4,7 @@
|
||||
## tst_bench_tostring Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_benchmark(tst_bench_tostring
|
||||
qt_add_benchmark(tst_bench_tostring
|
||||
SOURCES
|
||||
tst_tostring.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
|
@ -4,7 +4,7 @@
|
||||
## tst_GraphicsViewBenchmark Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_benchmark(tst_GraphicsViewBenchmark
|
||||
qt_add_benchmark(tst_GraphicsViewBenchmark
|
||||
SOURCES
|
||||
main.cpp
|
||||
widgets/abstractitemcontainer.cpp widgets/abstractitemcontainer.h
|
||||
@ -124,7 +124,7 @@ set(GraphicsViewBenchmark_resource_files
|
||||
"resources/blue_SVG/blue_user_status_online_38x38px.svg"
|
||||
)
|
||||
|
||||
add_qt_resource(tst_GraphicsViewBenchmark "GraphicsViewBenchmark"
|
||||
qt_add_resource(tst_GraphicsViewBenchmark "GraphicsViewBenchmark"
|
||||
PREFIX
|
||||
"/themes/blue"
|
||||
FILES
|
||||
@ -213,7 +213,7 @@ set(GraphicsViewBenchmark1_resource_files
|
||||
"resources/lime_SVG/lime_user_status_online_24x24px.svg"
|
||||
)
|
||||
|
||||
add_qt_resource(tst_GraphicsViewBenchmark "GraphicsViewBenchmark1"
|
||||
qt_add_resource(tst_GraphicsViewBenchmark "GraphicsViewBenchmark1"
|
||||
PREFIX
|
||||
"/themes/lime"
|
||||
FILES
|
||||
@ -322,7 +322,7 @@ set(GraphicsViewBenchmark2_resource_files
|
||||
"resources/avatars/avatar_woman_010_58x58.png"
|
||||
)
|
||||
|
||||
add_qt_resource(tst_GraphicsViewBenchmark "GraphicsViewBenchmark2"
|
||||
qt_add_resource(tst_GraphicsViewBenchmark "GraphicsViewBenchmark2"
|
||||
PREFIX
|
||||
"/avatars"
|
||||
FILES
|
||||
@ -347,7 +347,7 @@ set(GraphicsViewBenchmark3_resource_files
|
||||
"resources/contacts/lastnames.txt"
|
||||
)
|
||||
|
||||
add_qt_resource(tst_GraphicsViewBenchmark "GraphicsViewBenchmark3"
|
||||
qt_add_resource(tst_GraphicsViewBenchmark "GraphicsViewBenchmark3"
|
||||
PREFIX
|
||||
"/contact"
|
||||
FILES
|
||||
@ -361,7 +361,7 @@ add_qt_resource(tst_GraphicsViewBenchmark "GraphicsViewBenchmark3"
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
extend_target(tst_GraphicsViewBenchmark CONDITION TARGET Qt::OpenGL
|
||||
qt_extend_target(tst_GraphicsViewBenchmark CONDITION TARGET Qt::OpenGL
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::OpenGL
|
||||
Qt::OpenGLWidgets
|
||||
|
@ -4,7 +4,7 @@
|
||||
## tst_bench_qgraphicsanchorlayout Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_benchmark(tst_bench_qgraphicsanchorlayout
|
||||
qt_add_benchmark(tst_bench_qgraphicsanchorlayout
|
||||
SOURCES
|
||||
tst_qgraphicsanchorlayout.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
|
@ -4,7 +4,7 @@
|
||||
## tst_bench_qgraphicsitem Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_benchmark(tst_bench_qgraphicsitem
|
||||
qt_add_benchmark(tst_bench_qgraphicsitem
|
||||
SOURCES
|
||||
tst_qgraphicsitem.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
|
@ -4,7 +4,7 @@
|
||||
## tst_bench_qgraphicslayout Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_benchmark(tst_bench_qgraphicslayout
|
||||
qt_add_benchmark(tst_bench_qgraphicslayout
|
||||
SOURCES
|
||||
tst_qgraphicslayout.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
|
@ -4,7 +4,7 @@
|
||||
## tst_bench_qgraphicslinearlayout Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_benchmark(tst_bench_qgraphicslinearlayout
|
||||
qt_add_benchmark(tst_bench_qgraphicslinearlayout
|
||||
SOURCES
|
||||
tst_qgraphicslinearlayout.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
|
@ -4,7 +4,7 @@
|
||||
## tst_bench_qgraphicsscene Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_benchmark(tst_bench_qgraphicsscene
|
||||
qt_add_benchmark(tst_bench_qgraphicsscene
|
||||
SOURCES
|
||||
tst_qgraphicsscene.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
|
@ -4,7 +4,7 @@
|
||||
## tst_bench_qgraphicsview Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_benchmark(tst_bench_qgraphicsview
|
||||
qt_add_benchmark(tst_bench_qgraphicsview
|
||||
SOURCES
|
||||
chiptester/chip.cpp chiptester/chip.h
|
||||
chiptester/chiptester.cpp chiptester/chiptester.h
|
||||
@ -23,7 +23,7 @@ set(qgraphicsview_resource_files
|
||||
"random.data"
|
||||
)
|
||||
|
||||
add_qt_resource(tst_bench_qgraphicsview "qgraphicsview"
|
||||
qt_add_resource(tst_bench_qgraphicsview "qgraphicsview"
|
||||
PREFIX
|
||||
"/"
|
||||
FILES
|
||||
@ -33,7 +33,7 @@ set(images_resource_files
|
||||
"qt4logo.png"
|
||||
)
|
||||
|
||||
add_qt_resource(tst_bench_qgraphicsview "images"
|
||||
qt_add_resource(tst_bench_qgraphicsview "images"
|
||||
PREFIX
|
||||
"/"
|
||||
BASE
|
||||
@ -49,7 +49,7 @@ add_qt_resource(tst_bench_qgraphicsview "images"
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
extend_target(tst_bench_qgraphicsview CONDITION TARGET Qt::OpenGL
|
||||
qt_extend_target(tst_bench_qgraphicsview CONDITION TARGET Qt::OpenGL
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::OpenGL
|
||||
)
|
||||
|
@ -4,7 +4,7 @@
|
||||
## chip Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_benchmark(chip
|
||||
qt_add_benchmark(chip
|
||||
GUI
|
||||
SOURCES
|
||||
chip.cpp chip.h
|
||||
@ -25,7 +25,7 @@ set(images_resource_files
|
||||
"zoomout.png"
|
||||
)
|
||||
|
||||
add_qt_resource(chip "images"
|
||||
qt_add_resource(chip "images"
|
||||
PREFIX
|
||||
"/"
|
||||
FILES
|
||||
@ -42,7 +42,7 @@ add_qt_resource(chip "images"
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
extend_target(chip CONDITION TARGET Qt::OpenGL
|
||||
qt_extend_target(chip CONDITION TARGET Qt::OpenGL
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::OpenGL
|
||||
)
|
||||
|
@ -4,7 +4,7 @@
|
||||
## moveItems Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_benchmark(moveItems
|
||||
qt_add_benchmark(moveItems
|
||||
GUI
|
||||
SOURCES
|
||||
main.cpp
|
||||
|
@ -4,7 +4,7 @@
|
||||
## scrolltest Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_benchmark(scrolltest
|
||||
qt_add_benchmark(scrolltest
|
||||
GUI
|
||||
SOURCES
|
||||
main.cpp
|
||||
|
@ -4,7 +4,7 @@
|
||||
## tst_bench_qgraphicswidget Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_benchmark(tst_bench_qgraphicswidget
|
||||
qt_add_benchmark(tst_bench_qgraphicswidget
|
||||
SOURCES
|
||||
tst_qgraphicswidget.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
|
@ -4,7 +4,7 @@
|
||||
## tst_bench_qheaderview Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_benchmark(tst_bench_qheaderview
|
||||
qt_add_benchmark(tst_bench_qheaderview
|
||||
SOURCES
|
||||
qheaderviewbench.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user