qt6-bb10/examples/widgets/widgets/shapedclock/shapedclock.pro

10 lines
200 B
Prolog

QT += widgets
HEADERS = shapedclock.h
SOURCES = shapedclock.cpp \
main.cpp
# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/widgets/shapedclock
INSTALLS += target