Files
qt5.12.8/examples/widgets/animation/states/states.pro
2025-08-26 22:57:23 +08:00

9 lines
152 B
Prolog

QT += widgets
SOURCES += main.cpp
RESOURCES += states.qrc
# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/animation/states
INSTALLS += target