Results 1 to 10 of 10

Thread: copy deployment folder error

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Apr 2011
    Posts
    36
    Thanks
    3
    Thanked 3 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: copy deployment folder error

    Running build steps for project photoviewer...
    Configuration unchanged, skipping qmake step.
    Starting: "C:\QtSDK\mingw\bin\mingw32-make.exe" -w
    mingw32-make: Entering directory `C:/QtSDK/Examples/4.7/declarative/demos/photoviewer-build-simulator'
    c:\qtsdk\simulator\qt\mingw\bin\qmake.exe -spec c:\QtSDK\Simulator\Qt\mingw\mkspecs\win32-g++ QMLJSDEBUGGER_PATH=C:/QtSDK/QtCreator/share/qtcreator/qml/qmljsdebugger -o Makefile ..\photoviewer\photoviewer.pro
    mingw32-make: Leaving directory `C:/QtSDK/Examples/4.7/declarative/demos/photoviewer-build-simulator'
    mingw32-make: Entering directory `C:/QtSDK/Examples/4.7/declarative/demos/photoviewer-build-simulator'
    C:/QtSDK/mingw/bin/mingw32-make -f Makefile.Debug
    mingw32-make[1]: Entering directory `C:/QtSDK/Examples/4.7/declarative/demos/photoviewer-build-simulator'
    Copying application data...
    mingw32-make[1]: Leaving directory `C:/QtSDK/Examples/4.7/declarative/demos/photoviewer-build-simulator'
    mingw32-make: Leaving directory `C:/QtSDK/Examples/4.7/declarative/demos/photoviewer-build-simulator'
    'xcopy' is not recognized as an internal or external command,
    operable program or batch file.
    mingw32-make[1]: *** [copydeploymentfolders] Error 1
    mingw32-make: *** [debug] Error 2
    The process "C:\QtSDK\mingw\bin\mingw32-make.exe" exited with code 2.
    Error while building project photoviewer (target: Qt Simulator)
    When executing build step 'Make'

  2. #2
    Join Date
    Jan 2006
    Location
    Munich, Germany
    Posts
    4,714
    Thanks
    21
    Thanked 418 Times in 411 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: copy deployment folder error

    Here is your problem:
    'xcopy' is not recognized as an internal or external command,
    Either you don't have xcopy, or its not in your path.
    ==========================signature=============== ==================
    S.O.L.I.D principles (use them!):
    https://en.wikipedia.org/wiki/SOLID_...iented_design)

    Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.

  3. #3
    Join Date
    Apr 2011
    Posts
    36
    Thanks
    3
    Thanked 3 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: copy deployment folder error

    thanks for ur reply
    where do i copy this xcopy and to where?

  4. #4
    Join Date
    Jan 2006
    Location
    Munich, Germany
    Posts
    4,714
    Thanks
    21
    Thanked 418 Times in 411 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: copy deployment folder error

    ==========================signature=============== ==================
    S.O.L.I.D principles (use them!):
    https://en.wikipedia.org/wiki/SOLID_...iented_design)

    Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.

  5. #5
    Join Date
    Apr 2011
    Posts
    36
    Thanks
    3
    Thanked 3 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: copy deployment folder error

    hi,

    thanks for ur reply.
    i solved my problem.
    i set 'path' system variable to system32.

    regards,
    hema.

  6. #6
    Join Date
    Aug 2011
    Posts
    1
    Qt products
    Qt4
    Platforms
    Symbian S60 Maemo/MeeGo

    Default Re: copy deployment folder error

    hi,
    i also the same problem like hema, but i still don't have the solution.
    please guide me.

    cheers,
    devi

Similar Threads

  1. dll error in deployment
    By ldynasa in forum Installation and Deployment
    Replies: 3
    Last Post: 2nd March 2011, 13:38
  2. Replies: 0
    Last Post: 13th October 2010, 04:27
  3. xp deployment error
    By ahmdsd_ostora in forum Qt Programming
    Replies: 2
    Last Post: 11th August 2010, 16:00
  4. Replies: 1
    Last Post: 19th January 2010, 21:35
  5. Replies: 1
    Last Post: 23rd January 2007, 07:46

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.