mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 10:46:35 +01:00
parent
3962c63927
commit
a70a03272f
@ -506,7 +506,12 @@ RESOURCES += \
|
|||||||
data/oxygen-fallback.qrc
|
data/oxygen-fallback.qrc
|
||||||
|
|
||||||
isEqual(QT_MAJOR_VERSION, 5) {
|
isEqual(QT_MAJOR_VERSION, 5) {
|
||||||
|
qtHaveModule(ftp) {
|
||||||
|
QT *= ftp
|
||||||
|
} else {
|
||||||
include(3rdparty/qftp/qftp.pri)
|
include(3rdparty/qftp/qftp.pri)
|
||||||
|
}
|
||||||
|
|
||||||
SOURCES += tools/qzregexp.cpp
|
SOURCES += tools/qzregexp.cpp
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user