qt6windows7/examples/widgets/animation/easing/easing.pro
2023-10-29 23:33:08 +01:00

16 lines
267 B
Prolog

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