Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-100048

Teach qt_internal_add_test to somehow handle pure qml tests on Android

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Unresolved
    • P3: Somewhat important
    • None
    • 6.2.2, 6.3.0 Alpha
    • Build System: CMake
    • None
    • Android

    Description

      We should shome handle pure qml tests on Android which are added by qt_internal_add_test(QMLTEST).

      Currently we get errors like:

      CMake Error at /home/andreasbuhr/development/qtdev/qtbase/cmake/QtPlatformAndroid.cmake:133 (get_target_property):
        get_target_property() called with non-existent target "animations".
      Call Stack (most recent call first):
        /home/andreasbuhr/development/qtdev/qtbase/cmake/QtTestHelpers.cmake:280 (qt_internal_android_test_arguments)
        tests/auto/qmltest/animations/CMakeLists.txt:7 (qt_internal_add_test)
      
      
      CMake Error at /home/andreasbuhr/development/qtdev/qtbase/cmake/QtPlatformAndroid.cmake:133 (get_target_property):
        get_target_property() called with non-existent target "borderimage".
      Call Stack (most recent call first):
        /home/andreasbuhr/development/qtdev/qtbase/cmake/QtTestHelpers.cmake:280 (qt_internal_android_test_arguments)
        tests/auto/qmltest/borderimage/CMakeLists.txt:7 (qt_internal_add_test)
      

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              qtbuildsystem Qt Build System Team
              alexandru.croitor Alexandru Croitor
              Votes:
              1 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes