qttools: remove ptest installation

Remove last bit of ptest functionality from qttools as no
tests are build anymore.

Signed-off-by: Samuli Piippo <samuli.piippo@qt.io>
This commit is contained in:
Samuli Piippo
2020-01-14 09:35:30 +02:00
committed by Martin Jansa
parent 254576f9b4
commit 1365691f40

View File

@@ -52,9 +52,3 @@ EXTRA_QMAKEVARS_PRE_append_class-target = "\
SRCREV = "1682033b1bdadefeb9b953f7d9d096d884f797e2"
BBCLASSEXTEND = "native nativesdk"
do_install_ptest() {
mkdir -p ${D}${PTEST_PATH}
t=${D}${PTEST_PATH}
cp ${B}/tests/auto/qtdiag/tst_tdiag $t
}