mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 09:32:12 +01:00
Link explicitly to x11extras
This commit is contained in:
parent
e5ec3cea90
commit
f35f17fa96
|
@ -518,7 +518,11 @@ qtHaveModule(ftp) {
|
|||
|
||||
INSTALLS += target
|
||||
|
||||
!contains(DEFINES, NO_X11):LIBS += -lX11
|
||||
!contains(DEFINES, NO_X11) {
|
||||
LIBS += -lX11
|
||||
QT *= x11extras
|
||||
}
|
||||
|
||||
LIBS += -lcrypto
|
||||
|
||||
RESOURCES -= data/certs.qrc
|
||||
|
|
Loading…
Reference in New Issue
Block a user