summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMithra Pattison <mithra.pattison@nokia.com>2012-07-11 11:18:47 +1000
committerQt by Nokia <qt-info@nokia.com>2012-07-16 07:18:02 +0200
commitfdc197d61402837b23ce5c1cfe3a56cf0fa9aafe (patch)
treee1c6a3f02ad8e2f9d61fb81b7c96e28dc4d3bace
parent9ed0d5e1772bbfe2d4c95cdc658e21542329b056 (diff)
Fix include path error in shadow build of audiorecorder example
Change-Id: Iafe726c4b84b728d084b3085bb13e5055e96bb8b Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
-rw-r--r--examples/audiorecorder/audiorecorder.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/audiorecorder/audiorecorder.pro b/examples/audiorecorder/audiorecorder.pro
index 8c1cfa89f..7936d951a 100644
--- a/examples/audiorecorder/audiorecorder.pro
+++ b/examples/audiorecorder/audiorecorder.pro
@@ -3,6 +3,8 @@ TARGET = audiorecorder
QT += multimedia
+win32:INCLUDEPATH += $$PWD
+
HEADERS = \
audiorecorder.h \
qaudiolevel.h