[Interest] qt.conf and overwriting a single variable path

2020-01-27 Thread Jérôme Godbout
Hi, is there a way to add a qt.conf into the qrc resources to only overwrite a single part (Translations and Qml2Imports) without affecting the whole discovering of plugins, lib, etc inside Qt Creator? why is non declared part inside a qt.conf modify the current value? Does it set the default

Re: [Interest] Qt.conf and desktop application

2019-01-17 Thread Kai Koehne
> -Original Message- > From: Interest On Behalf Of Jérôme > Godbout > Sent: Wednesday, January 16, 2019 3:31 PM > To: Mitch Curtis ; Interests Qt > Subject: Re: [Interest] Qt.conf and desktop application > > [...] > qt.conf seem like a big mess, why changin

Re: [Interest] Qt.conf and desktop application

2019-01-16 Thread Jérôme Godbout
: [Interest] Qt.conf and desktop application Quoting Nikos Chantziaras: > On 16/01/2019 14:46, Roland Hughes wrote: >> # Unlike the system directories the RPATH tree isn't walked, only the >> actual # entry. Must list all of them for deployment. >> # >> QMAKE_RPATHDIR +=

Re: [Interest] Qt.conf and desktop application

2019-01-16 Thread Thiago Macieira
On Wednesday, 16 January 2019 08:13:41 PST Nikos Chantziaras wrote: > You don't need all that. Plugins are loaded dynamically by Qt after the > application has already been loaded. The system loader does not load any > plugins, and so they don't need an rpath. Correct, especially since

Re: [Interest] Qt.conf and desktop application

2019-01-16 Thread roland
Quoting Nikos Chantziaras: On 16/01/2019 14:46, Roland Hughes wrote: # Unlike the system directories the RPATH tree isn't walked, only the actual # entry. Must list all of them for deployment. # QMAKE_RPATHDIR += $ORIGIN/lib: \  $ORIGIN/plugins: \  $ORIGIN/plungins/platforms: \  

Re: [Interest] Qt.conf and desktop application

2019-01-16 Thread roland
Quoting Mitch Curtis: Since sending that mail, someone has helpfully pointed out a potential solution: https://github.com/probonopd/linuxdeployqt/issues/280#issuecomment-454777296 I haven't tried it out yet, but maybe it will help you? Wasted 2 days on that. If you need anything

Re: [Interest] Qt.conf and desktop application

2019-01-16 Thread Jérôme Godbout
: Interest On Behalf Of Nikos Chantziaras Sent: January 16, 2019 12:10 PM To: interest@qt-project.org Subject: Re: [Interest] Qt.conf and desktop application Can't you load translation files programmatically with QTranslator? Can't help with QML though. I don't know what you're doing there and why

Re: [Interest] Qt.conf and desktop application

2019-01-16 Thread Nikos Chantziaras
: January 16, 2019 11:09 AM To: interest@qt-project.org Subject: Re: [Interest] Qt.conf and desktop application On 16/01/2019 01:12, Jérôme Godbout wrote: I’m having some problem while porting an application to Linux Desktop. I’m using a qt.conf to set 2 values [Paths] Translations=:/i18n Qml2Imports

Re: [Interest] Qt.conf and desktop application

2019-01-16 Thread Jérôme Godbout
. -Original Message- From: Interest On Behalf Of Nikos Chantziaras Sent: January 16, 2019 11:09 AM To: interest@qt-project.org Subject: Re: [Interest] Qt.conf and desktop application On 16/01/2019 01:12, Jérôme Godbout wrote: > I’m having some problem while porting an application to Li

Re: [Interest] Qt.conf and desktop application

2019-01-16 Thread Nikos Chantziaras
On 16/01/2019 14:46, Roland Hughes wrote: # Unlike the system directories the RPATH tree isn't walked, only the actual # entry. Must list all of them for deployment. # QMAKE_RPATHDIR += $ORIGIN/lib: \  $ORIGIN/plugins: \  $ORIGIN/plungins/platforms: \  $ORIGIN/plugins/qtwebengine: \  

Re: [Interest] Qt.conf and desktop application

2019-01-16 Thread Nikos Chantziaras
On 16/01/2019 01:12, Jérôme Godbout wrote: I’m having some problem while porting an application to Linux Desktop. I’m using a qt.conf to set 2 values [Paths] Translations=:/i18n Qml2Imports=:/ I don’t do anything else, but I cannot launch my application when I add the Qt.conf (even with only

Re: [Interest] Qt.conf and desktop application

2019-01-16 Thread Mitch Curtis
gt; > -Original Message- > > From: Interest On Behalf Of Jérôme > > Godbout > > Sent: Wednesday, 16 January 2019 12:12 AM > > To: Interests Qt > > Subject: [Interest] Qt.conf and desktop application > > > > Hi, > > > > I'm having some

Re: [Interest] Qt.conf and desktop application

2019-01-16 Thread Jérôme Godbout
; Interests Qt Subject: RE: Qt.conf and desktop application > -Original Message- > From: Interest On Behalf Of Jérôme > Godbout > Sent: Wednesday, 16 January 2019 12:12 AM > To: Interests Qt > Subject: [Interest] Qt.conf and desktop application > > Hi, > >

Re: [Interest] Qt.conf and desktop application

2019-01-16 Thread Roland Hughes
On 1/16/19 4:00 AM, Jérôme Godbout wrote: Hi, I'm having some problem while porting an application to Linux Desktop. I'm using a qt.conf to set 2 values [Paths] Translations = :/i18n Qml2Imports = :/ Those aren't valid Linux paths. Qt.conf is a bit of a house of cards. It never works quite

Re: [Interest] Qt.conf and desktop application

2019-01-16 Thread Mitch Curtis
> -Original Message- > From: Interest On Behalf Of Jérôme > Godbout > Sent: Wednesday, 16 January 2019 12:12 AM > To: Interests Qt > Subject: [Interest] Qt.conf and desktop application > > Hi, > > I'm having some problem while porting an application

[Interest] Qt.conf and desktop application

2019-01-15 Thread Jérôme Godbout
Hi, I'm having some problem while porting an application to Linux Desktop. I'm using a qt.conf to set 2 values [Paths] Translations = :/i18n Qml2Imports = :/ I don't do anything else, but I cannot launch my application when I add the Qt.conf (even with only Translations). The platform library

[Interest] qt.conf

2012-03-20 Thread Graham Labdon
Hi I am trying to use the qt.conf functionality In my qt.conf file I have the following [Paths] prefix = C:\\Program Files (x86)\\AcquisitionSoftware\\Qtfile:///\\AcquisitionSoftware\Qt Running the app through the debugger I can use QLibraryInfo to verify that Qt is recognising the presence of

Re: [Interest] qt.conf

2012-03-20 Thread Diego Iastrubni
On Tue, Mar 20, 2012 at 11:44 AM, Graham Labdon graham.lab...@avalonsciences.com wrote: Hi I am trying to use the qt.conf functionality In my qt.conf file I have the following ** ** [Paths] prefix = C:\\Program Files (x86)\\AcquisitionSoftware\\Qt ** **

Re: [Interest] qt.conf

2012-03-20 Thread Hugo Drumond Jacob
the same on Linux? What CAN qt.conf be used for? ** ** Thanks ** ** *From:* Tony Rietwyk [mailto:t...@rightsoft.com.au] *Sent:* 20 March 2012 10:40 *To:* Graham Labdon *Subject:* RE: [Interest] qt.conf ** ** Hi Graham, ** ** Windows doesn’t know anything

Re: [Interest] qt.conf

2012-03-20 Thread Tony Rietwyk
to install the qt.conf file at all. ;O) Regards. From: Graham Labdon [mailto:graham.lab...@avalonsciences.com] Sent: Tuesday, 20 March 2012 9:50 PM To: Tony Rietwyk; interest@qt-project.org Subject: RE: [Interest] qt.conf Thanks for your reply Does this imply that qt.conf cannot

[Interest] qt.conf like behaviour

2012-03-16 Thread Graham Labdon
Hi My application is linked against several dynamic libraries. When I deploy my app these libraries are installed at known location together with the Qt Libraries I also deploy a qt.conf file so that the app knows where the Qt libraries are. My question is how does qt.conf work and is there a

Re: [Interest] qt.conf like behaviour

2012-03-16 Thread Graham Labdon
To: Graham Labdon Cc: Interest@qt-project.org Subject: Re: [Interest] qt.conf like behaviour Hi Graham, IMO, the manual page will be useful http://qt-project.org/doc/qt-4.8/qt-conf.html for you. Debao On Fri, Mar 16, 2012 at 1:30 AM, Graham Labdon graham.lab...@avalonsciences.com wrote: Hi My

Re: [Interest] qt.conf like behaviour

2012-03-16 Thread Thiago Macieira
On sexta-feira, 16 de março de 2012 10.59.12, Graham Labdon wrote: Hi Debao I know how to use qt.conf to point my app at the qt libs but not how to use it to point to the other libraries that my app uses Have I missed the point or is there some other way Hello Graham Other libraries have