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

35 lines
928 B
Prolog

TEMPLATE = subdirs
SUBDIRS = analogclock \
applicationicon \
calculator \
calendarwidget \
charactermap \
codeeditor \
digitalclock \
elidedlabel \
groupbox \
icons \
imageviewer \
lineedits \
movie \
mousebuttons \
orientation \
scribble \
shapedclock \
sliders \
spinboxes \
stylesheet \
tablet \
tetrix \
tooltips \
validators \
wiggly \
windowflags
contains(styles, motif): SUBDIRS += styles
# install
sources.files = widgets.pro README
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets
INSTALLS += sources