forked from openkylin/qt5-ukui-platformtheme
26 lines
697 B
Plaintext
26 lines
697 B
Plaintext
INCLUDEPATH += $$PWD
|
|
|
|
include(animations/animations.pri)
|
|
include(widget-parameters/widget-parameters.pri)
|
|
|
|
SOURCES += \
|
|
$$PWD/ukui-config-style-parameters.cpp \
|
|
$$PWD/ukui-config-style.cpp \
|
|
$$PWD/config-shadow-helper.cpp \
|
|
$$PWD/config-view-helper.cpp \
|
|
$$PWD/config-style-helper.cpp
|
|
# $$PWD/readconfig.cpp
|
|
|
|
HEADERS += \
|
|
$$PWD/ukui-config-style-parameters.h \
|
|
$$PWD/ukui-config-style.h \
|
|
$$PWD/config-shadow-helper.h \
|
|
$$PWD/config-style-helper.h \
|
|
|
|
# $$PWD/readconfig.h \
|
|
# $$PWD/themeinformation.h
|
|
|
|
DISTFILES += $$PWD/themeconfig/UKUIConfigDefault.json \
|
|
$$PWD/themeconfig/UKUIConfigClassical.json \
|
|
$$PWD/themeconfig/UKUIConfigFashion.json
|