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. How to download Qt Creator from mirror and build a simple Linux app?
Forum Updated to NodeBB v4.3 + New Features

How to download Qt Creator from mirror and build a simple Linux app?

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 3 Posters 948 Views
  • 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.
  • J Offline
    J Offline
    Jason Rich Darmawan
    wrote on last edited by Jason Rich Darmawan
    #1

    My goal is to download Qt Creator offline installer. This is because Indonesia, my region, download very slow using the online installer.

    The problem is when I tried to Create Project, it said "No suitable kits found".

    What I've tried:

    1. Download Qt Creator offline installer from https://mirrors.tuna.tsinghua.edu.cn/qt/official_releases/qtcreator/10.0/10.0.0/
    2. Download Qt 5.15.9 from https://mirrors.tuna.tsinghua.edu.cn/qt/official_releases/qt/5.15/5.15.9/single/

    Edit: I forgot to install Qt 5.15

    1. Unzip Qt 5.15
    2. Go to Qt 5.15 folder
    ./configure
    make
    make install
    
    jsulmJ 1 Reply Last reply
    0
    • S Offline
      S Offline
      Sucharek
      wrote on last edited by
      #2

      Hi, you don't need an offline installer. It seems like you're using a linux. You can just install them with your package manager (the packages are most likely named qt-creator or qtcreator and qt-5 or qt5, maybe qt5-base).

      1 Reply Last reply
      0
      • J Jason Rich Darmawan

        My goal is to download Qt Creator offline installer. This is because Indonesia, my region, download very slow using the online installer.

        The problem is when I tried to Create Project, it said "No suitable kits found".

        What I've tried:

        1. Download Qt Creator offline installer from https://mirrors.tuna.tsinghua.edu.cn/qt/official_releases/qtcreator/10.0/10.0.0/
        2. Download Qt 5.15.9 from https://mirrors.tuna.tsinghua.edu.cn/qt/official_releases/qt/5.15/5.15.9/single/

        Edit: I forgot to install Qt 5.15

        1. Unzip Qt 5.15
        2. Go to Qt 5.15 folder
        ./configure
        make
        make install
        
        jsulmJ Offline
        jsulmJ Offline
        jsulm
        Lifetime Qt Champion
        wrote on last edited by
        #3

        @Jason-Rich-Darmawan said in How to download Qt Creator from mirror and build a simple Linux app?:

        ./configure
        make
        make install

        This is only needed if you want to build Qt or QtCreator from source.

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

        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