diff options
author | Andrew den Exter <andrew.den-exter@nokia.com> | 2010-02-24 02:49:35 (GMT) |
---|---|---|
committer | Andrew den Exter <andrew.den-exter@nokia.com> | 2010-02-24 02:55:48 (GMT) |
commit | b4ee6a8760d382259136da2fc5ffd624fe312b28 (patch) | |
tree | 63df9992f3fff397e15de39b6676337f38daf1a1 /tools/configure/configure.pro | |
parent | ccfecf7f8259c1e584a65fefb0ca2f2dfb850eeb (diff) | |
download | Qt-b4ee6a8760d382259136da2fc5ffd624fe312b28.zip Qt-b4ee6a8760d382259136da2fc5ffd624fe312b28.tar.gz Qt-b4ee6a8760d382259136da2fc5ffd624fe312b28.tar.bz2 |
Add -mediaservice argument to configure.
Enables building the default media service backend for a platform.
Is on by default if the build environment requirements are met and
-no-mediaservice disables the option.
Reviewed-by: Justin McPherson
Diffstat (limited to 'tools/configure/configure.pro')
-rw-r--r-- | tools/configure/configure.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/configure/configure.pro b/tools/configure/configure.pro index 91de7c2..d926a76 100644 --- a/tools/configure/configure.pro +++ b/tools/configure/configure.pro @@ -119,3 +119,4 @@ DEFINES += COMMERCIAL_VERSION INCLUDEPATH += $$QT_SOURCE_TREE/src/corelib/arch/generic \ $$QT_SOURCE_TREE/include/QtCore \ + $$QT_SOURCE_TREE/tools/shared |