Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Qt Academy Launch in California!

    Unsolved Installing QT Creator on Debian

    Installation and Deployment
    3
    8
    13041
    Loading More Posts
    • 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.
    • Z
      Zola last edited by

      What are steps to properly install and use QT Creator on Debian?

      1 Reply Last reply Reply Quote 0
      • jsulm
        jsulm Lifetime Qt Champion last edited by

        Go to http://www.qt.io/download/ download the open-source Qt version, execute the downloaded file and follow the installer.
        By default it installs QtCreator as well.

        https://forum.qt.io/topic/113070/qt-code-of-conduct

        1 Reply Last reply Reply Quote 0
        • Z
          Zola last edited by

          But I have problem with installing appropriate qmake package, do I need qt4-qmake or qt5-qmake? What's the difference between these two qt-creator-opensource-linux-x86-3.5.1 and qt-opensource-linux-x86-5.5.1?

          jsulm 1 Reply Last reply Reply Quote 0
          • E
            Eddy last edited by

            Hi,

            what installer did you use exactly from the link jsulm pointed to?
            if you use the online/offline installer you should get Qt Creator automatically also.

            "What's the difference between these two qt-creator-opensource-linux-x86-3.5.1 and qt-opensource-linux-x86-5.5.1?"
            the first one is Qt creator and the second is the one I mentioned earlier.

            You should not need to install Qt Creator separately.

            Qt Certified Specialist
            www.edalsolutions.be

            Z 1 Reply Last reply Reply Quote 0
            • jsulm
              jsulm Lifetime Qt Champion @Zola last edited by

              @Zola What problem is it? Just start the installer and select the Qt version you want to have (current version is 5.5.1). It will install everything including qmake. QtCreator is installed by default and should detect Qt automatically.

              https://forum.qt.io/topic/113070/qt-code-of-conduct

              1 Reply Last reply Reply Quote 0
              • Z
                Zola last edited by

                This post is deleted!
                1 Reply Last reply Reply Quote 0
                • Z
                  Zola @Eddy last edited by Zola

                  @Eddy I used offline installer qt-opensource-linux-x86-5.5.1.run
                  @jsulm I need qmake for armhf

                  1 Reply Last reply Reply Quote 0
                  • jsulm
                    jsulm Lifetime Qt Champion last edited by

                    You mean you need Qt for ARM (armhf)?
                    In this case you will need to build Qt for ARM (the Qt installer only provides "Android armv5" and "Android armv7").
                    If you want to build your apps on your PC for ARM then you need to cross compile Qt. Or you build on your ARM device, then you can build Qt on that device.

                    https://forum.qt.io/topic/113070/qt-code-of-conduct

                    1 Reply Last reply Reply Quote 0
                    • First post
                      Last post