[Interest] Qt.conf and desktop application

Jérôme Godbout godboutj at amotus.ca
Wed Jan 16 20:22:35 CET 2019


Yeah the packaging can be customized, but it doesn't solve the debug running, not everything is running from packaged. I don't like to have any difference between the debug and the release package, this open the door to bad surprises. The problem is not with the packaging, but the entire env setup within Qtcreator and still hold true after packaging (not having X configurations for each platforms, packaged or not to maintain).

-----Original Message-----
From: Interest <interest-bounces at qt-project.org> On Behalf Of roland at logikalsolutions.com
Sent: January 16, 2019 1:36 PM
To: interest at qt-project.org
Subject: Re: [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 += $ORIGIN/lib: \
>>   $ORIGIN/plugins: \
>>   $ORIGIN/plungins/platforms: \
>>   $ORIGIN/plugins/qtwebengine: \
>>   $ORIGIN/libexec:
>
> 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.
>
>

Shouldn't need all of that. Possibly. When building a single .deb which would deploy and run on Ubuntu 14.04, 16.04 and 18.04 machines without any Internet connection, I did. At one point it was even a multi-arch .deb. One package bringing along everything needed for the 32-bit executables to run on 64-bit machines which did not have the
IA-32 (or whatever they call them these days) packages installed.
--
Roland Hughes, President
Logikal Solutions
(630) 205-1593

http://www.theminimumyouneedtoknow.com
http://www.infiniteexposure.net
http://www.johnsmith-book.com
http://www.logikalblog.com
http://www.interestingauthors.com/blog
http://lesedi.us

_______________________________________________
Interest mailing list
Interest at qt-project.org
https://lists.qt-project.org/listinfo/interest


More information about the Interest mailing list