Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Info about QT Installer Framework, how to build ?
Forum Updated to NodeBB v4.3 + New Features

Info about QT Installer Framework, how to build ?

Scheduled Pinned Locked Moved Qt Creator and other tools
3 Posts 3 Posters 1.2k 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.
  • A Offline
    A Offline
    amedeomantica
    wrote on last edited by
    #1

    Hi all,
    I'm getting crazy on this one

    http://doc-snapshot.qt-project.org/qtifw-1.3/ifw-getting-started.html

    on the section: Configuring Qt for Linux and Mac OS X
    I read…
    configure -opensource -release -static -qt-zlib -qt-libtiff -qt-libpng -qt-libmng -qt-libjpeg -no-phonon -no-dbus -no-opengl -no-qt3support -no-webkit -no-xmlpatterns -no-svg -nomake examples -nomake demos

    but, where is the configure command ???

    Thank you
    Amedeo

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      Might be a bit short but: it's in Qt sources

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • M Offline
        M Offline
        MagnusE2
        wrote on last edited by
        #3

        As SGaist already mentioned, that configure command is part of the Qt sources and accordingly the command line you quoted is for building Qt before building the Qt Installer Framework.

        That being said, Version 1.3 of the Qt Installer framework is not exactly the newest and you might find that newer versions require newer Qt versions built with different configure parameters. For example, the latest git clone i tried needed a Qt >= 5.3.0 AND that Qt had to be explicitely configured with -developer-build so as to export a couple classes (e.g. QFSFileEngine) that are private since Qt5

        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