qt6windows7/examples/widgets/animation/easing/easing.pro

16 lines
267 B
Prolog
Raw Normal View History

2023-10-30 06:33:08 +08:00
QT += widgets
requires(qtConfig(listwidget))
HEADERS = window.h \
animation.h
SOURCES = main.cpp \
window.cpp
FORMS = form.ui
RESOURCES = easing.qrc
# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/animation/easing
INSTALLS += target