mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-22 11:46:34 +01:00
74883f8af4
Should fix problems with shadow builds. Closes #1252
22 lines
423 B
Prolog
22 lines
423 B
Prolog
TARGET = $$qtLibraryTarget(AutoScroll)
|
|
# OS/2 allows only 8 chars in TARGET
|
|
os2: TARGET = AutoScrl
|
|
|
|
SOURCES += autoscrollplugin.cpp \
|
|
autoscroller.cpp \
|
|
framescroller.cpp \
|
|
autoscrollsettings.cpp
|
|
|
|
HEADERS += autoscrollplugin.h \
|
|
autoscroller.h \
|
|
framescroller.h \
|
|
autoscrollsettings.h
|
|
|
|
FORMS += \
|
|
autoscrollsettings.ui
|
|
|
|
RESOURCES += autoscroll.qrc
|
|
|
|
PLUGIN_DIR = $$PWD
|
|
include(../../plugins.pri)
|