Results 1 to 2 of 2

Thread: help installing desktop-component

  1. #1
    Join Date
    Jul 2009
    Posts
    10
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default help installing desktop-component

    Hello all
    i download and install the QtSDK1.1.3 (using the wizard) to C:/Qt/QtSDK
    i clone the desktop component from the git to C:/Qt/desktop-components
    my application is in C:/workspace/MyApp (need to run on Windows/Mac and maybe Linux)
    i try the following: (i think its not the right way) 1) open the .pro file in QtCreator 2) run build 3) copy the folder desktop-component to MyApp folder and use it for some files it work but files like SplitterColumn it give me an error say the QtDesktop module is not install
    so what is the steps to install the desktop component module so i can use it in my application????
    Thanks

  2. #2
    Join Date
    Aug 2011
    Posts
    7
    Thanked 1 Time in 1 Post

    Default Re: help installing desktop-component

    You have to do a make install. I don't think you can conveniently do this from inside creator so open the Qt Command shell, and do a make && make install to copy the compiled files. Alternatively you can set the QML_IMPORT_PATH environment variable to point to the desktop components directory.

Similar Threads

  1. using component's id in another QML
    By amitpatel22 in forum Qt Quick
    Replies: 2
    Last Post: 22nd May 2013, 16:01
  2. Qt trending component
    By pan in forum Qt Programming
    Replies: 3
    Last Post: 11th February 2011, 08:18
  3. Replies: 1
    Last Post: 21st September 2010, 08:58
  4. Replies: 5
    Last Post: 31st January 2009, 07:36
  5. Is there an Led component for qt ?
    By lovelypp in forum Qt Programming
    Replies: 2
    Last Post: 10th July 2008, 17:36

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.