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. [Solved] start using qt-components desktop
Forum Updated to NodeBB v4.3 + New Features

[Solved] start using qt-components desktop

Scheduled Pinned Locked Moved QML and Qt Quick
3 Posts 2 Posters 2.4k 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.
  • T Offline
    T Offline
    TonyR
    wrote on last edited by
    #1

    Hi
    I want try using Desktop componet.
    I downloaded project files from gitorius through web interface, unpacked zip tar.gz file. Load prjoect to Qt Creator, built all.
    All ok. But how I can start use QtDesktop componet in my own project?
    Import QtDesktop underlined by red. I guess that I should copy some files to somewhere but what files and where?
    And how I can do it automaticly?

    1 Reply Last reply
    0
    • T Offline
      T Offline
      task_struct
      wrote on last edited by
      #2

      Open a terminal, go to directory where sources are and type

      @
      make install
      @

      "Most good programmers do programming not because they expect to get paid or get adulation by the public, but because it is fun to program."

      • Linu...
      1 Reply Last reply
      0
      • T Offline
        T Offline
        TonyR
        wrote on last edited by
        #3

        Thanks for good idea but some additional details.
        My environment: Win7, MinGW, SDK installed in the directory "C:\QtSDK"

        Open cmd window and first of all setup environment varaiables
        @c:\QtSDK\Desktop\Qt\4.7.4\mingw\bin\qtenv2.bat@
        next we can make & install, but executable file for make will call mingw32-make.exe. So..
        @c:\QtSDK\bin\mingw32-make.exe install@

        P.S. Someone from QtDesktop project add instructions for win developers please.

        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