[Development] qmake option to find qt library location

2014-04-09 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,

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

2014-03-20 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 ___ Development

Re: [Development] QT Installer framework - Customize Pages

2014-03-18 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. ___ Development mailing list Development@qt-project.org http://lists.qt-proj

[Development] QT Installer framework - Customize Pages

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