2014-02-17 20:00:40 +01:00
|
|
|
TARGET = $$qtLibraryTarget(AutoScroll)
|
|
|
|
# OS/2 allows only 8 chars in TARGET
|
|
|
|
os2: TARGET = AutoScrl
|
|
|
|
|
|
|
|
SOURCES += autoscrollplugin.cpp \
|
|
|
|
autoscroller.cpp \
|
2014-02-18 17:21:31 +01:00
|
|
|
framescroller.cpp \
|
|
|
|
autoscrollsettings.cpp
|
2014-02-17 20:00:40 +01:00
|
|
|
|
|
|
|
HEADERS += autoscrollplugin.h \
|
|
|
|
autoscroller.h \
|
2014-02-18 17:21:31 +01:00
|
|
|
framescroller.h \
|
|
|
|
autoscrollsettings.h
|
2014-02-17 20:00:40 +01:00
|
|
|
|
2014-03-04 14:40:43 +01:00
|
|
|
FORMS += \
|
|
|
|
autoscrollsettings.ui
|
|
|
|
|
2014-02-17 20:00:40 +01:00
|
|
|
RESOURCES += autoscroll.qrc
|
|
|
|
|
2014-03-04 14:40:43 +01:00
|
|
|
PLUGIN_DIR = $$PWD
|
2014-02-17 20:00:40 +01:00
|
|
|
include(../../plugins.pri)
|