33 lines
896 B
Prolog
33 lines
896 B
Prolog
TEMPLATE = lib
|
|
CONFIG += staticlib
|
|
SOURCES = \
|
|
qtmaterialavatar.cpp \
|
|
lib/qtmaterialstyle.cpp \
|
|
lib/qtmaterialtheme.cpp \
|
|
qtmaterialbadge.cpp \
|
|
lib/qtmaterialoverlaywidget.cpp \
|
|
qtmaterialcheckbox.cpp \
|
|
lib/qtmaterialcheckable_internal.cpp \
|
|
lib/qtmaterialcheckable.cpp \
|
|
lib/qtmaterialripple.cpp \
|
|
lib/qtmaterialrippleoverlay.cpp
|
|
HEADERS = \
|
|
qtmaterialavatar_p.h \
|
|
qtmaterialavatar.h \
|
|
lib/qtmaterialstyle_p.h \
|
|
lib/qtmaterialstyle.h \
|
|
lib/qtmaterialtheme_p.h \
|
|
lib/qtmaterialtheme.h \
|
|
qtmaterialbadge_p.h \
|
|
qtmaterialbadge.h \
|
|
lib/qtmaterialoverlaywidget.h \
|
|
qtmaterialcheckbox_p.h \
|
|
qtmaterialcheckbox.h \
|
|
lib/qtmaterialcheckable_internal.h \
|
|
lib/qtmaterialcheckable_p.h \
|
|
lib/qtmaterialripple.h \
|
|
lib/qtmaterialrippleoverlay.h \
|
|
lib/qtmaterialcheckable.h
|
|
RESOURCES += \
|
|
resources.qrc
|