Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Invalid property name when using QML with Android lit selected
Qt 6.11 is out! See what's new in the release blog

Invalid property name when using QML with Android lit selected

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
1 Posts 1 Posters 522 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    Khandakhulu
    wrote on last edited by
    #1

    Hi, I am running Qt Creator 5.15.1 on a Windows machine as shown below.!Qt Creator Version.PNG .

    When i create a Qt Quick application, I get the following error.

    C:\Qt\5.15.0\android\mkspecs\features\android\android_deployment_settings.prf:78: error: contains(): Encountered invalid regular expression '.*\qmake_qmake_immediate.qrc$'.

    This happens when I choose an auto detected Android kit called Android Qt 5.15.0 Clang Multi-ABI. It disappears when I select a desktop based kit. My main.qml files looks as follows:

    import QtQuick 2.12
    import QtQuick.Window 2.12

    Window {
    width: 640
    height: 480
    visible: true
    }
    All the parameters under Window report 'Invalid property name M16'.

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved