That doesn't do anything useful. It just uses an absolute path. If you
move the executable to a different directory, it stops working.
You can verify that by looking at the Makefile. For example, here, this:
QMAKE_RPATHDIR += ${ORIGIN}
becomes:
-Wl,-rpath,/home/realnc/projects/myapp/
Whi
Hi,
Got it:
QMAKE_RPATHDIR += ${ORIGIN}
On 22.02.2016 10:11, Nikos Chantziaras wrote:
On 22/02/16 08:55, Igor Mironchik wrote:
On 22.02.2016 09:22, Koehne Kai wrote:
You should rather utilize rpath, and set it e.g. to $ORIGIN
https://en.wikipedia.org/wiki/Rpath
Interesting, but "QMAKE_RP
On 22/02/16 08:55, Igor Mironchik wrote:
On 22.02.2016 09:22, Koehne Kai wrote:
You should rather utilize rpath, and set it e.g. to $ORIGIN
https://en.wikipedia.org/wiki/Rpath
Interesting, but "QMAKE_RPATHDIR += ." doesn't work. It require full
path to work correctly...
qmake doesn't suppo
Hi,
On 22.02.2016 09:22, Koehne Kai wrote:
-Original Message-
From: Interest [mailto:interest-
bounces+kai.koehne=theqtcompany@qt-project.org] On Behalf Of Igor
Mironchik
Sent: Monday, February 22, 2016 5:56 AM
To: interest@qt-project.org
Subject: [Interest] Best practice to packag
> -Original Message-
> From: Interest [mailto:interest-
> bounces+kai.koehne=theqtcompany@qt-project.org] On Behalf Of
> NoRulez
> Sent: Sunday, February 21, 2016 4:14 AM
> To: QtWebEngine MailingList ; Qt Project
> MailingList
> Subject: [Interest] How can I set proxy settings and Q
> -Original Message-
> From: Interest [mailto:interest-
> bounces+kai.koehne=theqtcompany@qt-project.org] On Behalf Of
> Dmytro Haponov
> Sent: Saturday, February 20, 2016 3:39 PM
> To: interest@qt-project.org
> Subject: Re: [Interest] Interest Digest, Vol 53, Issue 19
>
> what is th
> -Original Message-
> From: Interest [mailto:interest-
> bounces+kai.koehne=theqtcompany@qt-project.org] On Behalf Of Igor
> Mironchik
> Sent: Monday, February 22, 2016 5:56 AM
> To: interest@qt-project.org
> Subject: [Interest] Best practice to packages on Ubuntu with QtIF
>
> Hi,
Hi,
What is the best practices to create packages on Ubuntu with QtIF?
I'm interested in one stuff: if my application consists of executable
and shared libraries, so to application start I have to "export
LD_LIBRARY_PATH=." in working directory. So my question is it possible
to set LD_LIBRARY
On 21 February 2016 at 00:39, Ch'Gans wrote:
> Hi There,
>
> I have sub-classed a QGraphicsView to add some custom rulers on the
> top and on the left.
> For this I've followed the principle used here [1], basically what's
> done there is:
> - set a QGridLayout to the QGV
> - Add an horizontal rul
On Sun, Feb 21, 2016 at 9:22 PM, Igor Mironchik
wrote:
> It's good suggestion to Qt's guys to implement internals links in
> QTextDocument.
Feel free to open a feature request on the bugracker, or even better,
implement the feature yourself :)
--
Giuseppe D'Angelo
__
Again the answer to my own question:
seems that currently QTextDocument supports external links only.
Even if set HTML with and
doesn't work...
It's good suggestion to Qt's guys to implement internals links in
QTextDocument.
On 20.02.2016 10:01, Igor Mironchik wrote:
Hi,
I'm trying to
11 matches
Mail list logo