diff options
Diffstat (limited to 'tests/benchmarks/network/kernel/qhostinfo/qhostinfo.pro')
-rwxr-xr-x | tests/benchmarks/network/kernel/qhostinfo/qhostinfo.pro | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/benchmarks/network/kernel/qhostinfo/qhostinfo.pro b/tests/benchmarks/network/kernel/qhostinfo/qhostinfo.pro new file mode 100755 index 0000000..f18d6d7 --- /dev/null +++ b/tests/benchmarks/network/kernel/qhostinfo/qhostinfo.pro @@ -0,0 +1,13 @@ +load(qttest_p4) +TEMPLATE = app +TARGET = tst_qhostinfo +DEPENDPATH += . +INCLUDEPATH += . + +QT -= gui +QT += network + +CONFIG += release + +# Input +SOURCES += main.cpp |