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? -
@jsulm Oh, I doesn't have the "configure" tool in windows.
configure -prefix %CD%\qtbase -release -static -static-runtime -accessibility -no-icu -no-sql-sqlite -no-qml-debug -nomake examples -nomake testsHow can I get this tool?
@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.
-
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 If that's the case, there's Stylesheet Example which tells you how to use stylesheet to customize the UI.
-
@Bonnie I have seen it. But I cannot a way to adjust the quit button position within the manual.

-
@jsulm Oh, I doesn't have the "configure" tool in windows.
configure -prefix %CD%\qtbase -release -static -static-runtime -accessibility -no-icu -no-sql-sqlite -no-qml-debug -nomake examples -nomake testsHow can I get this tool?
@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.
-
@Bonnie I have seen it. But I cannot a way to adjust the quit button position within the manual.

@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.
-
D dondioci has marked this topic as solved on