forked from openkylin/qt5-ukui-platformtheme
14 lines
265 B
Plaintext
14 lines
265 B
Plaintext
|
INCLUDEPATH += $$PWD
|
||
|
INCLUDEPATH += $$PWD/..
|
||
|
|
||
|
include(tabwidget/tabwidget.pri)
|
||
|
include(scrollbar/scrollbar.pri)
|
||
|
|
||
|
HEADERS += \
|
||
|
$$PWD/animator-plugin-iface.h \
|
||
|
$$PWD/animator-iface.h \
|
||
|
$$PWD/animation-helper.h
|
||
|
|
||
|
SOURCES += \
|
||
|
$$PWD/animation-helper.cpp
|