summaryrefslogtreecommitdiffstats
path: root/examples/audiodevices
diff options
context:
space:
mode:
authorGunnar Sletta <gunnar.sletta@nokia.com>2011-09-14 15:35:32 +0200
committerQt by Nokia <qt-info@nokia.com>2011-09-17 03:24:15 +0200
commiteedcc340f1c1e8bb09759946a4b2c241e219cc58 (patch)
tree82bccd0f8ec9b61027254795616efdaa31620e50 /examples/audiodevices
parent4840be02398041315da8be67041a8cd9152ee8a1 (diff)
Compile with refactor
Change-Id: I248f811a13ca00ccbf5d342a556d389bca625856 Reviewed-on: http://codereview.qt-project.org/4940 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
Diffstat (limited to 'examples/audiodevices')
-rw-r--r--examples/audiodevices/audiodevices.pro1
-rw-r--r--examples/audiodevices/main.cpp2
2 files changed, 2 insertions, 1 deletions
diff --git a/examples/audiodevices/audiodevices.pro b/examples/audiodevices/audiodevices.pro
index 3b77ec21b..87391db1f 100644
--- a/examples/audiodevices/audiodevices.pro
+++ b/examples/audiodevices/audiodevices.pro
@@ -16,3 +16,4 @@ sources.path = $$[QT_INSTALL_EXAMPLES]/qtmultimediakit/audiodevices
INSTALLS += target sources
+QT+=widgets
diff --git a/examples/audiodevices/main.cpp b/examples/audiodevices/main.cpp
index 691afb966..e64f2c50c 100644
--- a/examples/audiodevices/main.cpp
+++ b/examples/audiodevices/main.cpp
@@ -38,7 +38,7 @@
**
****************************************************************************/
-#include <QtGui>
+#include <QtWidgets>
#include "audiodevices.h"