mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-16 13:02:27 -04:00
fixed compile on Linux with Qt5 (patch from sehraf)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8116 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
ee68d00376
commit
a37ab6f644
2 changed files with 11 additions and 0 deletions
|
@ -13,6 +13,9 @@ CONFIG += qt gui uic qrc resources idle bitdht
|
|||
greaterThan(QT_MAJOR_VERSION, 4) {
|
||||
# Qt 5
|
||||
QT += uitools widgets multimedia printsupport
|
||||
linux-* {
|
||||
QT += x11extras
|
||||
}
|
||||
} else {
|
||||
# Qt 4
|
||||
CONFIG += uitools
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue