diff --git a/src/plugins/GreaseMonkey/GreaseMonkey.pro b/src/plugins/GreaseMonkey/GreaseMonkey.pro index d8e87cf2b..9b73f60bf 100644 --- a/src/plugins/GreaseMonkey/GreaseMonkey.pro +++ b/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)