Remove useless "QT += widgets"
[profile/ivi/qtbase.git] / examples / widgets / widgets.pro
1 TEMPLATE      = subdirs
2 SUBDIRS       = analogclock \
3                 applicationicon \
4                 calculator \
5                 calendarwidget \
6                 charactermap \
7                 codeeditor \
8                 digitalclock \
9                 elidedlabel \
10                 groupbox \
11                 icons \
12                 imageviewer \
13                 lineedits \
14                 movie \
15                 mousebuttons \
16                 orientation \
17                 scribble \
18                 shapedclock \
19                 sliders \
20                 spinboxes \
21                 stylesheet \
22                 tablet \
23                 tetrix \
24                 tooltips \
25                 validators \
26                 wiggly \
27                 windowflags
28
29 contains(styles, motif): SUBDIRS += styles
30
31 # install
32 target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets
33 sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS widgets.pro README
34 sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets
35 INSTALLS += target sources