mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-22 19:56:34 +01:00
16 lines
310 B
Prolog
16 lines
310 B
Prolog
|
TARGET = $$qtLibraryTarget(AutoScroll)
|
||
|
# OS/2 allows only 8 chars in TARGET
|
||
|
os2: TARGET = AutoScrl
|
||
|
|
||
|
SOURCES += autoscrollplugin.cpp \
|
||
|
autoscroller.cpp \
|
||
|
framescroller.cpp
|
||
|
|
||
|
HEADERS += autoscrollplugin.h \
|
||
|
autoscroller.h \
|
||
|
framescroller.h
|
||
|
|
||
|
RESOURCES += autoscroll.qrc
|
||
|
|
||
|
include(../../plugins.pri)
|