Re: [Interest] qmake option to find qt library location

2014-05-04 Thread Sandeep
So in essence her answer came first and later my question :) Anyways thanks to both of you, I got it working. Regards, -Sandeep ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

[Interest] qmake option to find qt library location

2014-04-10 Thread Sandeep
: QMake version 3.0 Using Qt version 5.0.2 in /usr/lib/x86_64-linux-gnu But is there a qmake option or any other mechanism which can directly give the value "/usr/lib/x86_64-linux-gnu", otherwise I need to run qmake -v and parse for the path. Thanks,

[Interest] QT Installer Framework - Post Install operations

2014-03-28 Thread Sandeep
nnect(this, Component.prototype.installationFinishedPageIsShown); } Component.prototype.createOperations = function() { // call default implementation to actually install README.txt! component.createOperations(); component.addOperation("Execute", "cat", "/home/sandeep/preinstallcontent");

Re: [Interest] QT Installer framework - Customize Pages

2014-03-28 Thread Sandeep
more questions in my subsequent mails, hope to get similar support. Thanks in advance, -Sandeep ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

[Interest] Qt Installer Framework - Running more than 1 command after the installation is finished

2014-03-28 Thread Sandeep
multiple programs? Also, depending on various factors during the installation flow, I might have to pass different program arguments for different use cases, so how can I dynamically alter program arguments. Thanks, -Sandeep ___ Interest mailing

Re: [Interest] QT Installer framework - Customize Pages

2014-03-14 Thread Sandeep
Regarding Question 1: I am basically trying to achieve the "Classic Style" of the wizard as shown in the link http://qt-project.org/doc/qt-4.8/qwizard.html#WizardOption-enum. ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/

[Interest] QT Installer framework - Customize Pages

2014-03-14 Thread Sandeep
tion = 0x5000, ReadyForInstallation = 0x6000, PerformInstallation = 0x7000, InstallationFinished = 0x8000, End = 0x }; Thanks, -Sandeep ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest