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