Skip to content

Commit

Permalink
When using Qt from distribution packages
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
probonopd authored Jan 6, 2019
1 parent fc64c50 commit 147fdf8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,10 @@ Here, `CONFIG+=use_qt_paths` needs to be removed, otherwise it will install ever

The exception is that you are building Qt libraries that _should_ be installed to the same location where Qt resides on your system, from where it will be picked up by `linuxdeployqt`.

### When using Qt from distribution packages

On Ubuntu 14.04, you will need to pass in `-qmake=/usr/lib/x86_64-linux-gnu/qt5/bin/qmake` when using distribution packages.

### A note on DESTDIR

According to https://dwheeler.com/essays/automating-destdir.html,
Expand Down

0 comments on commit 147fdf8

Please sign in to comment.