OSDN Git Service

port script benchmarks to CMake build system
authorIvailo Monev <xakepa10@gmail.com>
Tue, 2 Feb 2016 16:44:05 +0000 (18:44 +0200)
committerIvailo Monev <xakepa10@gmail.com>
Tue, 2 Feb 2016 16:44:25 +0000 (18:44 +0200)
commit476c62730611b5881397c42d026dd98045312601
tree4a0483febb5beb6f34b14b8acba7e99749d5e527
parentb2875105b0984021b6aa8f4d50a4b8dae32b4f25
port script benchmarks to CMake build system

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
22 files changed:
tests/benchmarks/core/thread/qwaitcondition/CMakeLists.txt.broken [new file with mode: 0644]
tests/benchmarks/script/context2d/CMakeLists.txt.broken [new file with mode: 0644]
tests/benchmarks/script/context2d/context2d.pro
tests/benchmarks/script/qscriptclass/CMakeLists.txt [new file with mode: 0644]
tests/benchmarks/script/qscriptclass/qscriptclass.pro [deleted file]
tests/benchmarks/script/qscriptclass_bytearray/CMakeLists.txt.broken [new file with mode: 0644]
tests/benchmarks/script/qscriptclass_bytearray/qscriptclass_bytearray.pro
tests/benchmarks/script/qscriptclass_bytearray/tst_qscriptclass_bytearray.cpp
tests/benchmarks/script/qscriptengine/CMakeLists.txt [new file with mode: 0644]
tests/benchmarks/script/qscriptengine/qscriptengine.pro [deleted file]
tests/benchmarks/script/qscriptqobject/CMakeLists.txt [new file with mode: 0644]
tests/benchmarks/script/qscriptqobject/qscriptqobject.pro [deleted file]
tests/benchmarks/script/qscriptvalue/CMakeLists.txt [new file with mode: 0644]
tests/benchmarks/script/qscriptvalue/qscriptvalue.pro [deleted file]
tests/benchmarks/script/qscriptvalueiterator/CMakeLists.txt [new file with mode: 0644]
tests/benchmarks/script/qscriptvalueiterator/qscriptvalueiterator.pro [deleted file]
tests/benchmarks/script/sunspider/CMakeLists.txt [new file with mode: 0644]
tests/benchmarks/script/sunspider/sunspider.pro [deleted file]
tests/benchmarks/script/sunspider/tst_sunspider.cpp
tests/benchmarks/script/v8/CMakeLists.txt [new file with mode: 0644]
tests/benchmarks/script/v8/tst_v8.cpp
tests/benchmarks/script/v8/v8.pro [deleted file]