314fdbce8c
Conflicts: config.tests/unix/opengldesktop/opengldesktop.cpp examples/itemviews/interview/interview.pro examples/mainwindows/mainwindow/mainwindow.pro examples/openvg/README examples/richtext/textedit/textedit.pro examples/tools/undo/undo.pro src/corelib/global/qglobal.h src/corelib/kernel/qcoreapplication.h src/corelib/kernel/qcoreevent.h src/corelib/kernel/qmetatype.h src/gui/kernel/qevent.cpp src/gui/kernel/qevent.h src/gui/painting/qpaintengine_raster.cpp src/gui/painting/qpaintengine_raster_p.h src/gui/text/qfontdatabase.cpp src/opengl/qgl.h src/openvg/qpaintengine_vg.cpp src/plugins/platforms/wayland/qwaylandwindow.cpp tests/auto/qmainwindow/qmainwindow.pro Change-Id: I6bfb586740a68379bb99f4612ec993393a5f3234
39 lines
1.2 KiB
Prolog
39 lines
1.2 KiB
Prolog
TEMPLATE = subdirs
|
|
SUBDIRS = basicdrawing \
|
|
concentriccircles \
|
|
examples_affine \
|
|
examples_composition \
|
|
examples_deform \
|
|
examples_gradients \
|
|
examples_pathstroke \
|
|
painting_shared \
|
|
imagecomposition \
|
|
painterpaths \
|
|
transformations \
|
|
fontsampler
|
|
|
|
# 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
|
|
|
|
symbian: CONFIG += qt_example
|
|
QT += widgets
|
|
maemo5: CONFIG += qt_example
|
|
|
|
examples_affine.subdir = affine
|
|
examples_composition.subdir = composition
|
|
examples_deform.subdir = deform
|
|
examples_gradients.subdir = gradients
|
|
examples_pathstroke.subdir = pathstroke
|
|
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
|
|
}
|