Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved
    1. Home
    2. Tags
    3. qt installer

    Log in to post
    • All categories
    • S

      Solved Qt creator package not downloading and closed
      Installation and Deployment • qt creator c++ qt installer qtcreator qt6 • • Suhel

      4
      0
      Votes
      4
      Posts
      93
      Views

      jsulm

      @Suhel said in Qt creator package not downloading and closed:

      please help Qt Creator Company

      This is user forum.

      Offline installers are available here: https://www.qt.io/offline-installers

    • A

      Unsolved Disk spanning in Qt installer framework
      Installation and Deployment • qt installer fr qt installer • • AlirezaArmn

      1
      0
      Votes
      1
      Posts
      104
      Views

      No one has replied

    • SamurayH

      Solved How to use a custom font in Qt Installer Framework?
      General and Desktop • qt installer custom font font qtinstaller • • SamurayH

      2
      0
      Votes
      2
      Posts
      241
      Views

      SamurayH

      Ok I've solved it.
      It was my fault, the -r parameter must have a list of Qt Resource files..
      I got a bit confused with the fonts/ path, I though it was a folder but it's a prefix path a Qt Resource file (.qrc):

      <RCC> <qresource prefix="/fonts"> <file>MyFont.TTF</file> </qresource> </RCC>

      and the command:

      binarycreator -c config\config.xml -p packages -r resources/rc.qrc MyAppSetup.exe
    • ItzFox

      Unsolved Feature Suggestion: Multithreaded Download
      General and Desktop • qt installer • • ItzFox

      10
      0
      Votes
      10
      Posts
      350
      Views

      JKSH

      @ItzFox said in Feature Suggestion: Multithreaded Download:

      if they have 2 MiB/s internet and download single component from Qt download center server only use up 100 KiB/s of the bandwidth.

      That probably means that your default mirror is a slow one.

      You can ask the installer to download from a different mirror: https://wiki.qt.io/Online_Installer_4.x#Selecting_a_mirror_for_opensource

    • Carlavilla

      Unsolved Deploy and create installer in Windows 7
      Installation and Deployment • qt installer windows • • Carlavilla

      1
      0
      Votes
      1
      Posts
      319
      Views

      No one has replied