diff options
Diffstat (limited to 'examples/examples.pro')
-rw-r--r-- | examples/examples.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/examples.pro b/examples/examples.pro index 42a3aa3..dc407e7 100644 --- a/examples/examples.pro +++ b/examples/examples.pro @@ -39,6 +39,7 @@ symbian: SUBDIRS = \ uitools \ xml +contains(QT_CONFIG, multimedia):!static: SUBDIRS += multimedia contains(QT_CONFIG, phonon):!static: SUBDIRS += phonon contains(QT_CONFIG, webkit): SUBDIRS += webkit embedded:SUBDIRS += qws @@ -49,6 +50,7 @@ embedded:SUBDIRS += qws contains(QT_BUILD_PARTS, tools):SUBDIRS += qtestlib } contains(QT_CONFIG, opengl): SUBDIRS += opengl +contains(QT_CONFIG, openvg): SUBDIRS += openvg contains(QT_CONFIG, dbus): SUBDIRS += dbus win32: SUBDIRS += activeqt contains(QT_CONFIG, xmlpatterns): SUBDIRS += xmlpatterns |