[GreaseMonkey] Cleanup project file.

remotes/origin/falkon
nowrep 13 years ago
parent 42d19a8cf4
commit 8934c3842d
  1. 11
      src/plugins/GreaseMonkey/GreaseMonkey.pro

@ -1,8 +1,7 @@
TARGET = $$qtLibraryTarget(GreaseMonkey)
os2: TARGET = GreaseMo
INCLUDEPATH += . settings\
INCLUDEPATH += settings\
SOURCES += gm_plugin.cpp \
gm_manager.cpp \
@ -68,10 +67,4 @@ TRANSLATIONS = \
translations/zh_CN.ts \
translations/zh_TW.ts \
srcdir = $$(QUPZILLA_SRCDIR)
equals(srcdir, "") {
include(../../plugins.pri)
}
else {
include($$srcdir/src/plugins.pri)
}
include(../../plugins.pri)

Loading…
Cancel
Save