How to configure in windows?
-
I try to build Qt installer framework in win11, https://doc.qt.io/qtinstallerframework/ifw-getting-started.html
and I stuck on the first configure step. How can I configure it on windows? -
@dondioci The configure command is part of Qt source code. And this step in the documentation is only needed if you want to build Qt by yourself. If you already have Qt then simply follow "Setting up Qt Installer Framework" chapter in the documentation.
-
@dondioci The configure command is part of Qt source code. And this step in the documentation is only needed if you want to build Qt by yourself. If you already have Qt then simply follow "Setting up Qt Installer Framework" chapter in the documentation.
-
@dondioci You said you want to customize the stylesheet, how would you change that by stylesheet even if you can rebuild the ifw?
The configure command is part of Qt source code. And this step in the documentation is only needed if you want to build Qt by yourself. If you already have Qt then simply follow "Setting up Qt Installer Framework" chapter in the documentation.
Well, usually we need to build Qt before building ifw because ifw needs to be built with static Qt.
-