mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-27 16:35:21 -04:00
Merge pull request #2989 from JohannesKleine/retroshare-gui.pro
Remove qt4, make x11extras for qt5 only in retroshare-gui.pro
This commit is contained in:
commit
dd8845f77e
1 changed files with 5 additions and 6 deletions
|
@ -96,12 +96,11 @@ HEADERS += TorControl/TorControlWindow.h
|
|||
greaterThan(QT_MAJOR_VERSION, 4) {
|
||||
# Qt 5
|
||||
QT += widgets multimedia printsupport
|
||||
linux-* {
|
||||
QT += x11extras
|
||||
}
|
||||
} else {
|
||||
# Qt 4
|
||||
CONFIG += uitools
|
||||
lessThan(QT_MAJOR_VERSION, 6) {
|
||||
linux-*{
|
||||
QT += x11extras
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
CONFIG += identities
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue