18a3f6169b
Conflicts: demos/demos.pro demos/embedded/digiflip/digiflip.pro examples/examples.pro examples/graphicsview/embeddeddialogs/embeddeddialogs.pro src/gui/kernel/qplatformglcontext_qpa.cpp src/plugins/platforms/wayland/gl_integration/xcomposite_egl/qwaylandxcompositeeglcontext.cpp src/plugins/platforms/wayland/gl_integration/xcomposite_glx/qwaylandxcompositeglxcontext.cpp src/plugins/platforms/wayland/qwaylanddisplay.cpp src/plugins/platforms/wayland/qwaylandwindow.cpp Change-Id: I2a4ec9e2ca9c9aa9d57b55f98985e810b77bb745
33 lines
942 B
Prolog
33 lines
942 B
Prolog
TEMPLATE = subdirs
|
|
SUBDIRS = \
|
|
chip \
|
|
elasticnodes \
|
|
embeddeddialogs \
|
|
collidingmice \
|
|
padnavigator \
|
|
basicgraphicslayouts
|
|
|
|
!symbian: SUBDIRS += \
|
|
diagramscene \
|
|
dragdroprobot \
|
|
flowlayout \
|
|
anchorlayout \
|
|
simpleanchorlayout \
|
|
weatheranchorlayout
|
|
|
|
contains(DEFINES, QT_NO_CURSOR)|contains(DEFINES, QT_NO_DRAGANDDROP): SUBDIRS -= dragdroprobot
|
|
|
|
contains(QT_CONFIG, opengl):!contains(QT_CONFIG, opengles1):!contains(QT_CONFIG, opengles2):{
|
|
SUBDIRS += boxes
|
|
}
|
|
|
|
# install
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/graphicsview
|
|
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS graphicsview.pro README
|
|
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/graphicsview
|
|
INSTALLS += target sources
|
|
|
|
symbian: CONFIG += qt_example
|
|
QT += widgets
|
|
maemo5: CONFIG += qt_example
|