qt5base-lts/tests/manual/examples/widgets/wiggly/wiggly.pro
Paul Olav Tvete 52150469a8 Resurrect wiggly example as a manual test
In addition to being an iconic part of Qt's history, wiggly is also
widely used for verifying on embedded hardware.

Change-Id: Ica86626d98ade2570eebe787860293380c21f96a
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Reviewed-by: Jan Arve Sæther <jan-arve.saether@qt.io>
2023-02-08 09:35:56 +01:00

12 lines
253 B
Prolog

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