Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. [SOLVED] Can't create desktop app?
Forum Updated to NodeBB v4.3 + New Features

[SOLVED] Can't create desktop app?

Scheduled Pinned Locked Moved General and Desktop
5 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.
  • R Offline
    R Offline
    ryadav
    wrote on last edited by
    #1

    Hi I downloaded the latest Qt SDK and installed it using the online installer. However when I try to create a new Qt Widget GUI desktop app I am only presented with the targets: QT Simulator and Harmatten?

    How do I create a desktop only app??

    Update:
    This may only be an issue with Linux install.
    It seems the directory permission for /opt/QtSDK/Desktop is incorrect. What I ended up doing was

    chmod -R 755 /opt/QtSDK/Desktop

    since I also installed the sdk under /opt, I need to have root permission, what i later did was

    chown -R <user>:<user> /opt/QtSDK

    where <user> is the user id shown by trying whoami in the Linux shell

    Kind Regards,
    Rajinder Yadav

    SafetyNet Test Driven Development
    http://safetynet.devmentor.org

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

      Did you install ... ?

      • Desktop Qt found at Qt SDK -> Development Tools -> Desktop Qt
      • a toolchain, for example MSVC or MinGW found at Qt SDK -> Miscellaneous
      1 Reply Last reply
      0
      • R Offline
        R Offline
        ryadav
        wrote on last edited by
        #3

        Did I install? not sure what you mean by that, reading the SDK page it states this,

        "The Qt SDK includes the tools you need to build desktop, embedded and mobile applications with Qt from a single install. "

        I have always installed this way. This is the first time I don't see any option for me to build on Qt desktop app.

        I am using Kubuntu 10.04 and I have all the GNU tool chain installed along with other IDE to build C++ apps.

        Wondering what happened to desktop??? Is this a bug with the installer??

        Also what I find really vexing is the crappy online install experience. I am right now trying to update my install because it's doesn't install designer by default? The installer seems hung with no feedback!

        Kind Regards,
        Rajinder Yadav

        SafetyNet Test Driven Development
        http://safetynet.devmentor.org

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

          Just open the Qt SDK maintenance utility and make sure you've installed all the parts needed for desktop Qt development.

          1 Reply Last reply
          0
          • R Offline
            R Offline
            ryadav
            wrote on last edited by
            #5

            thanks, i've decided to go with the offline install, hopefully i'll have better luck. the online experience as well as the update takes forever.

            Kind Regards,
            Rajinder Yadav

            SafetyNet Test Driven Development
            http://safetynet.devmentor.org

            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