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. How to use Qt creator with source built qt
Forum Updated to NodeBB v4.3 + New Features

How to use Qt creator with source built qt

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
designercreatorqt5.9.1
2 Posts 2 Posters 1.1k 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.
  • V Offline
    V Offline
    vasu_gupta
    wrote on 19 Sept 2017, 06:22 last edited by
    #1

    i am new to qt and i have build qt from source from this link:
    http://doc.qt.io/qt-5/linux-building.html

    after running the designer i realised that i am unable to access other files of qt project apart from ui file.
    can anyone tell me what to do to make a complete project with .pro,cpp and other files.

    1 Reply Last reply
    0
    • S Offline
      S Offline
      sierdzio
      Moderators
      wrote on 19 Sept 2017, 07:11 last edited by
      #2

      Qt Designer is included in Qt sources and works only for UI files. Qt Creator (the IDE) is a separate application and a separate project. You need to install or compile it first, for example from qt.io/downloads.

      Once you have Qt Creator installer, you need to open the settings, add your Qt Version, then add a so called Kit (which is Qt Version + compiler bundle), and then you are ready to go.

      If you want to avoid all that hassle, use the Qt installer from the link above - it will install Qt, Qt Creator, and set everything up for you, completely automatically.

      (Z(:^

      1 Reply Last reply
      2

      1/2

      19 Sept 2017, 06:22

      • Login

      • Login or register to search.
      1 out of 2
      • First post
        1/2
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved