mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 10:46:35 +01:00
[Building] Fixed building StatusBarIcons plugin on Windows
This commit is contained in:
parent
b86cc794bf
commit
4cd8fc4557
@ -60,10 +60,4 @@ TRANSLATIONS += \
|
||||
translations/zh_CN.ts \
|
||||
translations/zh_TW.ts \
|
||||
|
||||
srcdir = $$(QUPZILLA_SRCDIR)
|
||||
equals(srcdir, "") {
|
||||
include(../../plugins.pri)
|
||||
}
|
||||
else {
|
||||
include($$srcdir/src/plugins.pri)
|
||||
}
|
||||
|
@ -1,5 +1,3 @@
|
||||
include(../../defines.pri)
|
||||
|
||||
TARGET = $$qtLibraryTarget(StatusBarIcons)
|
||||
|
||||
SOURCES += statusbariconsplugin.cpp \
|
||||
@ -52,9 +50,9 @@ TRANSLATIONS += \
|
||||
translations/zh_CN.ts \
|
||||
translations/zh_TW.ts \
|
||||
|
||||
include(../../plugins.pri)
|
||||
|
||||
FORMS += \
|
||||
sbi_proxywidget.ui \
|
||||
sbi_networkicondialog.ui \
|
||||
sbi_settingsdialog.ui
|
||||
|
||||
include(../../plugins.pri)
|
||||
|
Loading…
Reference in New Issue
Block a user