mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 10:46:35 +01:00
Fixed building certs.qrc resource on other platforms than Windows.
Followup to #768
This commit is contained in:
parent
77f45e2761
commit
21d201752d
@ -437,6 +437,7 @@ RESOURCES += \
|
||||
data/icons.qrc \
|
||||
data/html.qrc \
|
||||
data/data.qrc \
|
||||
data/certs.qrc \
|
||||
|
||||
isEqual(QT_MAJOR_VERSION, 5) {
|
||||
include(3rdparty/qftp.pri)
|
||||
@ -450,6 +451,8 @@ isEqual(QT_MAJOR_VERSION, 5) {
|
||||
INSTALLS += target
|
||||
|
||||
LIBS += -lX11
|
||||
|
||||
RESOURCES -= data/certs.qrc
|
||||
}
|
||||
|
||||
win32 {
|
||||
@ -461,6 +464,7 @@ win32 {
|
||||
mac {
|
||||
HEADERS += other/macmenureceiver.h
|
||||
SOURCES += other/macmenureceiver.cpp
|
||||
RESOURCES -= data/certs.qrc
|
||||
|
||||
LIBS += -framework CoreServices
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user