diff options
Diffstat (limited to 'tests/benchmarks/qtext/qtext.pro')
-rw-r--r-- | tests/benchmarks/qtext/qtext.pro | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/benchmarks/qtext/qtext.pro b/tests/benchmarks/qtext/qtext.pro new file mode 100644 index 0000000..ce4f604 --- /dev/null +++ b/tests/benchmarks/qtext/qtext.pro @@ -0,0 +1,7 @@ +load(qttest_p4) +TEMPLATE = app +TARGET = tst_QText + +SOURCES += main.cpp + +DEFINES += SRCDIR=\\\"$$PWD/\\\" |