diff options
author | axis <qt-info@nokia.com> | 2011-03-22 09:16:54 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2011-03-22 09:21:18 (GMT) |
commit | de4bd221124e0a133858839b4b824165a9eb7dff (patch) | |
tree | cd815737f1ac3349b4181dbadc2f1609b32c84f4 /src | |
parent | dfa9643193134612f3e5d25c5fa4f2a9d1fd6837 (diff) | |
download | Qt-de4bd221124e0a133858839b4b824165a9eb7dff.zip Qt-de4bd221124e0a133858839b4b824165a9eb7dff.tar.gz Qt-de4bd221124e0a133858839b4b824165a9eb7dff.tar.bz2 |
Remove useless profile reference.
The profile has been empty since the plugin functionality was moved
into QtMultimedia itself (d73df73c556b0a225fdde7341549ed834bc691f4).
RevBy: Miikka Heikkinen
Diffstat (limited to 'src')
-rw-r--r-- | src/plugins/audio/audio.pro | 3 | ||||
-rw-r--r-- | src/plugins/plugins.pro | 1 |
2 files changed, 0 insertions, 4 deletions
diff --git a/src/plugins/audio/audio.pro b/src/plugins/audio/audio.pro deleted file mode 100644 index b7a775b..0000000 --- a/src/plugins/audio/audio.pro +++ /dev/null @@ -1,3 +0,0 @@ -TEMPLATE = subdirs -SUBDIRS = - diff --git a/src/plugins/plugins.pro b/src/plugins/plugins.pro index afa0901..e778ab7 100644 --- a/src/plugins/plugins.pro +++ b/src/plugins/plugins.pro @@ -13,5 +13,4 @@ embedded:SUBDIRS *= gfxdrivers decorations mousedrivers kbddrivers !symbian:!contains(QT_CONFIG, no-gui):SUBDIRS += accessible symbian:SUBDIRS += s60 contains(QT_CONFIG, phonon): SUBDIRS *= phonon -contains(QT_CONFIG, multimedia): SUBDIRS *= audio contains(QT_CONFIG, declarative): SUBDIRS *= qmltooling |