2011-04-27 10:05:43 +00:00
|
|
|
TEMPLATE = subdirs
|
|
|
|
SUBDIRS = basicdrawing \
|
|
|
|
concentriccircles \
|
2011-06-22 10:34:15 +00:00
|
|
|
examples_affine \
|
2011-06-23 14:46:25 +00:00
|
|
|
examples_composition \
|
|
|
|
examples_deform \
|
|
|
|
examples_gradients \
|
|
|
|
examples_pathstroke \
|
2011-06-22 10:34:15 +00:00
|
|
|
painting_shared \
|
2011-04-27 10:05:43 +00:00
|
|
|
imagecomposition \
|
|
|
|
painterpaths \
|
2011-04-27 17:16:41 +00:00
|
|
|
transformations \
|
|
|
|
fontsampler
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
# install
|
|
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/painting
|
|
|
|
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS painting.pro README
|
|
|
|
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/painting
|
|
|
|
INSTALLS += target sources
|
|
|
|
|
2011-05-07 21:50:03 +00:00
|
|
|
QT += widgets
|
2011-06-22 10:34:15 +00:00
|
|
|
|
|
|
|
examples_affine.subdir = affine
|
2011-06-23 14:46:25 +00:00
|
|
|
examples_composition.subdir = composition
|
|
|
|
examples_deform.subdir = deform
|
|
|
|
examples_gradients.subdir = gradients
|
|
|
|
examples_pathstroke.subdir = pathstroke
|
2011-06-22 10:34:15 +00:00
|
|
|
painting_shared.subdir = shared
|
|
|
|
|
|
|
|
!ordered {
|
|
|
|
examples_affine.depends = painting_shared
|
|
|
|
examples_deform.depends = painting_shared
|
|
|
|
examples_gradients.depends = painting_shared
|
|
|
|
examples_composition.depends = painting_shared
|
|
|
|
examples_pathstroke.depends = painting_shared
|
|
|
|
}
|