1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-22 18:22:10 +02:00
falkonOfficial/src/plugins/MouseGestures/MouseGestures.pro
nowrep bcd411c1c0 Improved behaviour of opening new tab after current.
- when opening multiple background tabs from current tab, newly
  opened tabs will be added after previous opened, not right after
  current
  so you will be able to switch to new tabs in opening order
2012-02-27 17:51:57 +01:00

34 lines
750 B
Prolog

QT += network webkit
TARGET = MouseGestures
INCLUDEPATH = 3rdparty
SOURCES = \
3rdparty/mousegesturerecognizer.cpp \
3rdparty/QjtMouseGesture.cpp \
3rdparty/QjtMouseGestureFilter.cpp \
3rdparty/adv_recognizer.cpp \
mousegestures.cpp \
mousegesturesplugin.cpp \
mousegesturessettingsdialog.cpp
HEADERS = \
3rdparty/QjtMouseGesture.h \
3rdparty/QjtMouseGestureFilter.h \
mousegestures.h \
mousegesturesplugin.h \
mousegesturessettingsdialog.h
RESOURCES = mousegestures.qrc
TRANSLATIONS = translations/cs_CZ.ts \
translations/sr_BA.ts \
translations/sr_RS.ts \
translations/de_DE.ts \
translations/zh_TW.ts \
include(../../plugins.pri)
FORMS += \
mousegesturessettingsdialog.ui