diff options
Diffstat (limited to 'tests/benchmarks/script/script.pro')
-rw-r--r-- | tests/benchmarks/script/script.pro | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/benchmarks/script/script.pro b/tests/benchmarks/script/script.pro new file mode 100644 index 0000000..8d689b6 --- /dev/null +++ b/tests/benchmarks/script/script.pro @@ -0,0 +1,5 @@ +TEMPLATE = subdirs +SUBDIRS = \ + qscriptclass \ + qscriptengine \ + qscriptvalue |