Re: [Interest] windeployqt

2017-12-14 Thread Oliver Wolff
Hi, On 14/12/2017 14:54, Nuno Santos wrote: Robert, I believe that windeployqt will only search for imports on qml files. You can trick it by specifying a path that contains one or several qml files that contains all the imports that you need. Regards, -- Nuno Santos No dia 14/12/2017, às

Re: [Interest] Use two translations files in the same application

2017-12-14 Thread Konstantin Tokarev
14.12.2017, 17:21, "Jérôme Godbout" : > What we do here, we generate each .ts file per qml modules individually, then > we gather the needed modules for the applications. After that we generate the > .qm files out of all required .ts files. So we only need to translate each > modules once but

Re: [Interest] Use two translations files in the same application

2017-12-14 Thread Jérôme Godbout
What we do here, we generate each .ts file per qml modules individually, then we gather the needed modules for the applications. After that we generate the .qm files out of all required .ts files. So we only need to translate each modules once but could reuse them into many application. [image: b

Re: [Interest] windeployqt

2017-12-14 Thread Nuno Santos
Robert, I believe that windeployqt will only search for imports on qml files. You can trick it by specifying a path that contains one or several qml files that contains all the imports that you need. Regards, -- Nuno Santos No dia 14/12/2017, às 13:36, Robert Bielik escreveu: > We have a pr

Re: [Interest] Use two translations files in the same application

2017-12-14 Thread Nicolas Krieger
Le 14/12/2017 à 14:38, alexander golks a écrit : Am Thu, 14 Dec 2017 14:24:30 +0100 schrieb Nicolas Krieger : Hi, Is it possible to use two (or more) translations files for one application ? For example, I have a common file used by many programs, and others specific ones. Nicolas Krieger

Re: [Interest] Use two translations files in the same application

2017-12-14 Thread alexander golks
Am Thu, 14 Dec 2017 14:24:30 +0100 schrieb Nicolas Krieger : > Hi, > > Is it possible to use two (or more) translations files for one > application ? > > For example, I have a common file used by many programs, and others > specific ones. > > Nicolas Krieger > > > > > > _

[Interest] windeployqt

2017-12-14 Thread Robert Bielik
We have a project with several QML directories, can windeployqt be fed several --qmldir options ? Regards /Robert ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

[Interest] Use two translations files in the same application

2017-12-14 Thread Nicolas Krieger
Hi, Is it possible to use two (or more) translations files for one application ? For example, I have a common file used by many programs, and others specific ones. Nicolas Krieger ___ Interest mailing list Interest@qt-project.org http://lists

Re: [Interest] Qt target dir

2017-12-14 Thread Robert Bielik
> Try to use > installer.value("ApplicationsDirX64") Thanks! /R ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] Icon in installer

2017-12-14 Thread Konstantin Podsvirov
Hello Robert!See configuration file documentation:http://doc.qt.io/qtinstallerframework/ifw-globalconfig.htmlElements: Icon and InstallerWindowIcon.13:20, 14 desember 2017 г., Robert Bielik :How would I go about adding an icon to the installer itself ? I'm pretty amazed that a v3.0 of an installer

Re: [Interest] Qt target dir

2017-12-14 Thread Kai Koehne
> -Original Message- > From: Interest [mailto:interest-bounces+kai.koehne=qt...@qt-project.org] On > Behalf Of Robert Bielik > Sent: Thursday, December 14, 2017 11:01 AM > To: interest@qt-project.org > Subject: [Interest] Qt target dir > > Hi, > > I'm trying to make an installer for a 6

[Interest] Icon in installer

2017-12-14 Thread Robert Bielik
How would I go about adding an icon to the installer itself ? I'm pretty amazed that a v3.0 of an installer framework doesn't support this out of the box ? TIA /R ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/lis

[Interest] Qt target dir

2017-12-14 Thread Robert Bielik
Hi, I'm trying to make an installer for a 64 bit app on 64 bit Windows, and acc. to this post: http://lists.qt-project.org/pipermail/interest/2013-January/005679.html I should get "ProgramFiles" env variable. But this does not work, since the Qt installer is 32 bit, it will return "Program Fil