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

Teach qt_internal_add_test to somehow handle pure qml tests on Android

XMLWordPrintable

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

      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)
      

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

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

              Created:
              Updated:

                There are no open Gerrit changes