blob: 0af83c7030d63ee82888c8f49270f44a96b96430 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
TEMPLATE = subdirs
SUBDIRS = analogclock \
calculator \
calendarwidget \
charactermap \
codeeditor \
digitalclock \
groupbox \
icons \
imageviewer \
lineedits \
movie \
scribble \
shapedclock \
sliders \
spinboxes \
stylesheet \
tablet \
tetrix \
tooltips \
validators \
wiggly \
windowflags
contains(styles, motif): SUBDIRS += styles
# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS widgets.pro README
sources.path = $$[QT_INSTALL_EXAMPLES]/widgets
INSTALLS += target sources
|