fa7c9bbe1c
These .pro files have TEMPLATE=subdirs, so there's no reason to be adding libraries here. Change-Id: I0fb0a44107710ee746d354106d0c46006958ee62 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
36 lines
1.0 KiB
Prolog
36 lines
1.0 KiB
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
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets
|
|
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS widgets.pro README
|
|
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets
|
|
INSTALLS += target sources
|