Re: [Interest] Best practice to packages on Ubuntu with QtIF

2016-02-21 Thread Nikos Chantziaras
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

Re: [Interest] Best practice to packages on Ubuntu with QtIF

2016-02-21 Thread Igor Mironchik
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

Re: [Interest] Best practice to packages on Ubuntu with QtIF

2016-02-21 Thread Nikos Chantziaras
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

Re: [Interest] Best practice to packages on Ubuntu with QtIF

2016-02-21 Thread Igor Mironchik
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

Re: [Interest] How can I set proxy settings and QNetworkCookieJar with QWebEngine

2016-02-21 Thread Koehne Kai
> -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

Re: [Interest] Interest Digest, Vol 53, Issue 19

2016-02-21 Thread Koehne Kai
> -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

Re: [Interest] Best practice to packages on Ubuntu with QtIF

2016-02-21 Thread Koehne Kai
> -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,

[Interest] Best practice to packages on Ubuntu with QtIF

2016-02-21 Thread Igor Mironchik
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

Re: [Interest] QGraphicsView and ViewPortMargin question

2016-02-21 Thread Ch'Gans
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

Re: [Interest] QTextDocument | QPdfWriter | Internal Links

2016-02-21 Thread Giuseppe D'Angelo
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 __

Re: [Interest] QTextDocument | QPdfWriter | Internal Links

2016-02-21 Thread Igor Mironchik
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