1
mirror of https://invent.kde.org/network/falkon.git synced 2024-12-20 02:36:34 +01:00

Fixed building certs.qrc resource on other platforms than Windows.

Followup to #768
This commit is contained in:
nowrep 2013-03-05 19:56:37 +01:00
parent 77f45e2761
commit 21d201752d

View File

@ -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
}