QtSDK Source Code
-
wrote on 29 Sept 2011, 16:28 last edited by
Can anyone point me to the source code of the QtSDK installer (I gues nsis script)? I can't find them on gitorious or elsewehre.
Thanks for any hint in advance!
-
wrote on 29 Sept 2011, 17:59 last edited by
-As far as I know the Qt SDK uses BitRock InstallBuilder and is not publicly available.- See "here":http://developer.qt.nokia.com/forums/viewthread/10213/#58012.
-
wrote on 29 Sept 2011, 18:41 last edited by
yes, Lukas are right. BitRock InstallBuilder free for Open Source apps, but not self Open Source.
You can learn more here http://bitrock.com/ -
wrote on 29 Sept 2011, 20:55 last edited by
I need the QtSDK installer script/source to create a special installation with additionial features for my company/collegues. So I don't neeed the source of bitrock or whatever.
I hope now it's clear what I'm looking for ;-)
-
wrote on 29 Sept 2011, 21:04 last edited by
To my knowledge the Qt SDK is installed using the "Qt installer framework":https://qt.gitorious.org/qt-labs/installer-framework. It's on gitorious only and there's no elaborate documentation available online (at least as I checked some months ago, it may have changed in the meantime).
-
wrote on 29 Sept 2011, 21:34 last edited by
Thank you for the information. Is the "Qt installer framework" the base/framework to create a installer and has nothing to do with the QtSDK?
Is the source of the QtSDK installer not open source?
-
wrote on 29 Sept 2011, 22:47 last edited by
The Qt installer framework is used to create the Qt SDK installer. It's an alternative to other installer frameworks like NSIS, InnoSetup or MSI. The framework is open source.
Or what else do you mean by the term "source of the QtSDK installer"?
-
wrote on 30 Sept 2011, 06:52 last edited by
bq. The Qt installer framework is used to create the Qt SDK installer.
That's now clear. What I want is to use the QtSDK installer package/source, add additonal features and create a installer with the standard QtSDK and my additional packages/libs/(cross-)toolchain a.s.o.
Another way would be to use the QtSDK installer inside my own installer. Therfore the QtSDK should have commandline arguments, so I can use a silent and costum installation. That would work perfect, too. But I can't find any information to that. -
wrote on 30 Sept 2011, 07:05 last edited by
I think he is saying: "Now I have the tool that builds the install image. I am wondering where I can get the manifest description that is used (as input) by that tool when it is constructing the QtSDK installation image file."
Is the manifest in gitorious somewhere?
-
wrote on 30 Sept 2011, 07:15 last edited by
@jsshapiro
This is exactly what I'm looking for ;-)So if anyone can help or have information, do not hesitat ;-)
-
Necessitas (Android Qt port) uses custom SDK installer, based (by the looks of it) on the Qt SDK. You can ask them how they do it :) Here's Bogdan's gitorious "profile":https://gitorious.org/~taipan, or, even better, project's "homepage":http://sourceforge.net/p/necessitas/home/necessitas/.
-
wrote on 21 Oct 2011, 10:06 last edited by
... or ask on IRC. The installer framework guys hang out in #qt-sdk on freenode.net.