diff options
Diffstat (limited to 'tests/benchmarks/qfile/qfile.pro')
-rw-r--r-- | tests/benchmarks/qfile/qfile.pro | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/benchmarks/qfile/qfile.pro b/tests/benchmarks/qfile/qfile.pro new file mode 100644 index 0000000000..99505c3e21 --- /dev/null +++ b/tests/benchmarks/qfile/qfile.pro @@ -0,0 +1,7 @@ +load(qttest_p4) +TEMPLATE = app +TARGET = tst_qfile +QT -= gui +win32: DEFINES+= _CRT_SECURE_NO_WARNINGS + +SOURCES += main.cpp |