From 8934c3842db0afe079f5552c14f43c9f423708be Mon Sep 17 00:00:00 2001 From: nowrep Date: Sat, 25 May 2013 00:29:05 +0200 Subject: [PATCH] [GreaseMonkey] Cleanup project file. --- src/plugins/GreaseMonkey/GreaseMonkey.pro | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) 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)