diff options
Diffstat (limited to 'tests/benchmarks/qobject/qobject.pro')
-rw-r--r-- | tests/benchmarks/qobject/qobject.pro | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/benchmarks/qobject/qobject.pro b/tests/benchmarks/qobject/qobject.pro new file mode 100644 index 0000000..2855de4 --- /dev/null +++ b/tests/benchmarks/qobject/qobject.pro @@ -0,0 +1,9 @@ +load(qttest_p4) +TEMPLATE = app +TARGET = tst_qobject +DEPENDPATH += . +INCLUDEPATH += . + +# Input +HEADERS += object.h +SOURCES += main.cpp object.cpp |