qt6windows7/tests/manual/examples/widgets/wiggly/wiggly.pro

12 lines
253 B
Prolog
Raw Normal View History

2023-11-02 05:23:55 +08:00
QT += widgets
HEADERS = wigglywidget.h \
dialog.h
SOURCES = wigglywidget.cpp \
dialog.cpp \
main.cpp
# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/widgets/wiggly
INSTALLS += target