Qt 5.9.1中的QML测试失败

时间:2017-09-25 05:54:00

标签: c++ qt qttest

在Qt 5.9.1版本中进行编译时,它无法正常工作..任何人都可以帮我在qml中编译这个TestCase ..

import QtQuick 2.0
import QtTest 1.1

    TestCase{
            function test_math() {
                compare(2 + 2, 4, "2 + 2 = 4")
            }

            function test_fail() {
                compare(2 + 2, 5, "2 + 2 = 5")
            }

        }

得到这样的错误:

  

类型TestCase不可用且未安装模块Qt.test.qtestroot

0 个答案:

没有答案