Results 1 to 2 of 2

Thread: How to create a QtQuick 1 Application project?

  1. #1
    Join Date
    Apr 2011
    Posts
    231
    Thanks
    141
    Thanked 6 Times in 5 Posts

    Default How to create a QtQuick 1 Application project?

    I have some C++ header and source files and some QML files.
    I tried to create a QtQuick 1 Application project through QtCreator.

    See the image:

    2013-10-22-115033_1280x1024_scrot.jpg

    Questions:

    • The problem is that it hasn't created folders for headers and sources. Do I have to create them myself?
    • It created something called qmlapplicationviewer on its own? What should I do about that?
    • After running build it has shown some error [copyDeploymentFolders] Error 1. How do I solve it?

  2. #2
    Join Date
    Oct 2006
    Location
    New Delhi, India
    Posts
    2,467
    Thanks
    8
    Thanked 334 Times in 317 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: How to create a QtQuick 1 Application project?

    The problem is that it hasn't created folders for headers and sources. Do I have to create them myself?
    Also about the folders for headers and sources, we see sources folder in the Qt Creator. What else you want ?

    It created something called qmlapplicationviewer on its own? What should I do about that?
    qmlapplicationviewer is needed for running the qml application. If you see the main.cpp an instance of qmlapplicationviewer must be created which ultimately loads the qml file

    After running build it has shown some error [copyDeploymentFolders] Error 1. How do I solve it?
    Hard to say without looking details of .pro file

Similar Threads

  1. Replies: 0
    Last Post: 15th October 2013, 09:32
  2. Blank screen with a QtQuick application (with Qt 5.1 not with Qt5.0.2)
    By slimittn in forum Installation and Deployment
    Replies: 1
    Last Post: 29th June 2013, 08:47
  3. visualize qtQuick project
    By amadanes in forum Newbie
    Replies: 1
    Last Post: 8th May 2011, 23:15
  4. how to create .exe file of the project?
    By anamr in forum Newbie
    Replies: 1
    Last Post: 17th October 2010, 11:37
  5. Replies: 1
    Last Post: 3rd December 2009, 23:34

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.