diff options
author | Jørgen Lind <jorgen.lind@nokia.com> | 2011-06-27 12:27:54 +0200 |
---|---|---|
committer | Jørgen Lind <jorgen.lind@nokia.com> | 2011-06-27 12:27:54 +0200 |
commit | 18a3f6169bb8a763366003d92b8013950578c79f (patch) | |
tree | e39fa00a9511410fea9be35a6130007e43719ad8 /examples/examples.pro | |
parent | 371d398f70e10408e0eaba7b5f05e638a0048599 (diff) | |
parent | a06c8405d053b16327d65415f3335eceb37abd3b (diff) | |
download | qtbase-18a3f6169bb8a763366003d92b8013950578c79f.tar.gz |
Merge remote-tracking branch 'base/master' into refactor
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
Diffstat (limited to 'examples/examples.pro')
-rw-r--r-- | examples/examples.pro | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/examples.pro b/examples/examples.pro index c1e8ef5aba..f985e7a2c0 100644 --- a/examples/examples.pro +++ b/examples/examples.pro @@ -47,6 +47,12 @@ symbian: SUBDIRS = \ xml qpa:SUBDIRS += qpa +!contains(QT_CONFIG, no-gui):contains(QT_CONFIG, multimedia) { + SUBDIRS += multimedia +} + +wince*|symbian|embedded|x11:!contains(QT_CONFIG, no-gui): SUBDIRS += embedded + embedded:SUBDIRS += qws contains(QT_BUILD_PARTS, tools):!contains(QT_CONFIG, no-gui):SUBDIRS += qtestlib contains(QT_CONFIG, opengl): SUBDIRS += opengl |