Skip to content
This repository has been archived by the owner on May 17, 2024. It is now read-only.

Including source with extract-qt-installer #3

Closed
jeromecc opened this issue Mar 12, 2017 · 1 comment
Closed

Including source with extract-qt-installer #3

jeromecc opened this issue Mar 12, 2017 · 1 comment

Comments

@jeromecc
Copy link

Hi!
Thanks for this useful repository.
Could you give me a hint as to how I could automatically include the sources by modifying extract-qt-installer?
I'm not familiar at all with Qt installation framework. I'm working on it but I guess it will take me days to figure this out on my own...
Thank you.

@jeromecc
Copy link
Author

I was able to find the answer to my question on @nritholtz gist: https://gist.github.com/nritholtz/de6aeffe0a9680dafb3a

Controller.prototype.ComponentSelectionPageCallback = function() {              
    var widget = gui.currentPageWidget();                                               
    // widget.deselectAll();                                                    
    widget.selectComponent("qt.58.src");
    gui.clickButton(buttons.NextButton);                                        
} 

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant