mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-11-24 04:20:46 +08:00
16 lines
267 B
Prolog
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
|