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. Error with QtMultimedia 5.0 -qrc_qml.0 Error1
Forum Updated to NodeBB v4.3 + New Features

Error with QtMultimedia 5.0 -qrc_qml.0 Error1

Scheduled Pinned Locked Moved QML and Qt Quick
1 Posts 1 Posters 541 Views 1 Watching
  • 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.
  • H Offline
    H Offline
    houmingc
    wrote on last edited by
    #1

    build error [-qrc_qml.0] Error1 appears in both trys below:

    I added hotgirl.mp4 under Qt resources file and added below code

    MediaPlayer{
    id:player
    source:"qrc:///hotgirl.mp4"
    autoplay:true
    }

    I try below code also

    MediaPlayer{
    id:player
    source:"/home/common/Desktop/pic/hotgirl.mp4"
    autoplay:true
    }

    Question- how to link the sources to resource:hotgirl.mp4 or to desktop:hotgirl.mp4

    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