1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-22 18:22:10 +02:00
falkonOfficial/src/plugins/GreaseMonkey/GreaseMonkey.pro

61 lines
1.3 KiB
Prolog
Raw Normal View History

2012-07-11 18:30:00 +02:00
TARGET = GreaseMonkey
os2: TARGET = GreaseMo
INCLUDEPATH += . settings\
2012-07-11 18:30:00 +02:00
SOURCES += gm_plugin.cpp \
gm_manager.cpp \
gm_script.cpp \
gm_urlmatcher.cpp \
gm_downloader.cpp \
gm_addscriptdialog.cpp \
gm_notification.cpp \
settings/gm_settings.cpp \
settings/gm_settingslistdelegate.cpp \
settings/gm_settingsscriptinfo.cpp \
settings/gm_settingslistwidget.cpp
HEADERS += gm_plugin.h \
gm_manager.h \
gm_script.h \
gm_urlmatcher.h \
gm_downloader.h \
gm_addscriptdialog.h \
gm_notification.h \
settings/gm_settings.h \
settings/gm_settingslistdelegate.h \
settings/gm_settingsscriptinfo.h \
settings/gm_settingslistwidget.h
FORMS += \
gm_addscriptdialog.ui \
gm_notification.ui \
settings/gm_settings.ui \
settings/gm_settingsscriptinfo.ui
RESOURCES += greasemonkey.qrc
TRANSLATIONS = \
translations/cs_CZ.ts \
translations/de_DE.ts \
2012-07-31 00:39:35 +02:00
translations/es_ES.ts \
translations/es_VE.ts \
2012-07-11 18:30:00 +02:00
translations/fr_FR.ts \
2012-07-21 10:49:48 +02:00
translations/id_ID.ts \
translations/it_IT.ts \
translations/pt_BR.ts \
translations/pt_PT.ts \
2012-07-11 18:30:00 +02:00
translations/sr_BA.ts \
translations/sr_RS.ts \
translations/uk_UA.ts \
translations/fa_IR.ts \
2012-07-11 18:30:00 +02:00
srcdir = $$(QUPZILLA_SRCDIR)
equals(srcdir, "") {
include(../../plugins.pri)
}
else {
include($$srcdir/src/plugins.pri)
}