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. Installed But cannot find Qt

Installed But cannot find Qt

Scheduled Pinned Locked Moved Installation and Deployment
4 Posts 2 Posters 2.6k 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.
  • B Offline
    B Offline
    bloodviper9000
    wrote on last edited by
    #1

    Hi I could not find any online installers for QT 4.8.6 ,So I downloaded the tar file and Installed it using the following Instructions
    1- Extract tar file
    2- cd /tmp/qt-everywhere-opensource-src-4.8.6
    ./configure

    3-make
    4-make install

    How to launch Qt 4.8.6?

    When I tried to install Qt creator using the Ubuntu Software Center I can find the Qt in the side panel but now I m installing via tar file

    1 Reply Last reply
    0
    • JKSHJ Offline
      JKSHJ Offline
      JKSH
      Moderators
      wrote on last edited by
      #2

      Hi,

      See "Adding Qt Versions":http://qt-project.org/doc/qtcreator-3.1/creator-project-qmake.html to tell Qt Creator where to find the Qt binaries that you built

      Finally, see "Adding Kits":http://qt-project.org/doc/qtcreator-3.1/creator-targets.html to tell Qt Creator how to combine your compiler with the Qt binaries.

      [quote]How to launch Qt 4.8.6?[/quote]Qt is a C++ library, so you don't "launch" it. Rather, you tell Qt Creator where to find Qt, so that you can use it to build programs.

      Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

      1 Reply Last reply
      0
      • B Offline
        B Offline
        bloodviper9000
        wrote on last edited by
        #3

        Ubuntu 14.04
        How to open QT creator?

        If I install Qt through Ubuntu Software terminal I can open it by clicking it which appears in the side bar.

        Now I installed it with the help of a Zip file ,how to open the QT creator?

        [quote author="JKSH" date="1407903018"]Hi,

        See "Adding Qt Versions":http://qt-project.org/doc/qtcreator-3.1/creator-project-qmake.html to tell Qt Creator where to find the Qt binaries that you built

        Finally, see "Adding Kits":http://qt-project.org/doc/qtcreator-3.1/creator-targets.html to tell Qt Creator how to combine your compiler with the Qt binaries.

        [quote]How to launch Qt 4.8.6?[/quote]Qt is a C++ library, so you don't "launch" it. Rather, you tell Qt Creator where to find Qt, so that you can use it to build programs.[/quote]

        1 Reply Last reply
        0
        • JKSHJ Offline
          JKSHJ Offline
          JKSH
          Moderators
          wrote on last edited by
          #4

          That zip file does not contain Qt Creator. It only contains Qt.

          You have 2 easy options:

          • Install Qt Creator using the Ubuntu Software Center, OR
          • Go to https://qt-project.org/downloads, click "Show Downloads", and get "Qt Creator 3.1.2 for Linux/X11"

          To make future discussion easier, please tell me: According to your knowledge, what is the difference between "Qt" and "Qt Creator"?

          Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

          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