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. Can’t setup Qt Components 1.1 on my desktop environment
Forum Updated to NodeBB v4.3 + New Features

Can’t setup Qt Components 1.1 on my desktop environment

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

    I've been trying to setup Qt Components on my system but I can't make it work.

    I have Qt 4.7.4 and I downloaded the Qt Components tar from
    https://qt.gitorious.org/qt-components/qt-components/trees/master

    I tried to follow these instructions:
    http://stackoverflow.com/questions/6298584/installing-qt-quick-components-for-desktop-for-use-with-qt-creator

    After running configure.bat got this result:
    @
    Qt Components build configuration:
    Configuration .................... demos examples extras tests
    MeeGo Style ...................... no
    Symbian Style .................... no
    Extras ......................... yes
    Demos ............................ yes
    Examples ......................... yes
    Tests ............................ yes

    Qt Components is now configured for building. Just run '(n)make'.
    @
    Ran nmake and wanted to copy the components directory into C:\QtSDK\Desktop\Qt\4.7.4\msvc2008\imports\Qt\labs
    but there is already a components directory there (presumably 1.0).

    What do I do to update to 1.1?

    "Roads? Where we're going, we don't need roads."

    1 Reply Last reply
    0
    • L Offline
      L Offline
      lgeyer
      wrote on last edited by
      #2

      There is generally no need to copy files by hand - just use nmake install. If there is a previous installation of Qt Components use nmake uninstall first.

      1 Reply Last reply
      0
      • F Offline
        F Offline
        frankiefrank
        wrote on last edited by
        #3

        Thanks fot the tip. Still not resolved though. My imports folder (imports/Qt/labs) now has both components and components.1.1 in it.
        From my QML I manage to run with:
        @import Qt.labs.components.native 1.0@
        Now the question is how can I reference 1.1? And also, do I need to? Is this a newer version of the existing components?

        I can't compile
        @import Qt.labs.components.1.1 1.1@
        or other variations I tried.

        "Roads? Where we're going, we don't need roads."

        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