diff options
Diffstat (limited to 'tests/benchmarks/containers-associative/containers-associative.pro')
-rw-r--r-- | tests/benchmarks/containers-associative/containers-associative.pro | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/benchmarks/containers-associative/containers-associative.pro b/tests/benchmarks/containers-associative/containers-associative.pro new file mode 100644 index 0000000..c6f3fa6 --- /dev/null +++ b/tests/benchmarks/containers-associative/containers-associative.pro @@ -0,0 +1,8 @@ +load(qttest_p4) +TEMPLATE = app +TARGET = tst_containers-associative +DEPENDPATH += . +INCLUDEPATH += . + +# Input +SOURCES += main.cpp |