1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 17:52:10 +02:00

[GreaseMonkey] Cleanup project file.

This commit is contained in:
nowrep 2013-05-25 00:29:05 +02:00
parent 42d19a8cf4
commit 8934c3842d

View File

@ -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)