Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Deployment folder is not copying on Meego n950 device.
Qt 6.11 is out! See what's new in the release blog

Deployment folder is not copying on Meego n950 device.

Scheduled Pinned Locked Moved Installation and Deployment
2 Posts 2 Posters 2.6k 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.
  • D Offline
    D Offline
    DanSiddiqui
    wrote on last edited by
    #1

    Following code to my project (.pro):
    @
    folder_01.source = qml
    folder_01.target = qml
    DEPLOYMENTFOLDERS = folder_01
    @
    Producing error on meego N950 device This is the compile output:
    @
    make: Entering directory /d/QtProjects/Catcher/Catcher' Copying application data... make: Leaving directory /d/QtProjects/Catcher/Catcher'
    cp: cannot copy a directory, D:/QtProjects/Catcher/Catcher/qml', into itself, D:/QtProjects/Catcher/Catcher/qml/qml'
    make: *** [copydeploymentfolders] Error 1
    The process "D:\qtsdk\madde\bin\make.exe" exited with code 2.
    Error while building project Catcher (target: Harmattan)
    When executing build step 'Make'
    @

    but its Running fine on my symbian device

    1 Reply Last reply
    0
    • R Offline
      R Offline
      rashid.inayat
      wrote on last edited by
      #2

      Hi!

      I was having same problem but solved by changing following code in .pro file

      @folder_01.source = qml
      folder_01.target = qml
      DEPLOYMENTFOLDERS = folder_01@

      by the path to the main starting qml file. in my case ti was

      @folder_01.source = qml/qml
      folder_01.target = qml
      DEPLOYMENTFOLDERS = folder_01@

      If you tell about your folder structure then could help more specifically

      Thank you

      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