summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPrasanth Ullattil <prasanth.ullattil@nokia.com>2011-01-27 14:30:58 +0100
committeraxis <qt-info@nokia.com>2011-04-27 12:05:56 +0200
commit1a4734ca1387a61f33e054af4182754d4312095e (patch)
tree1eb6ddf30257b67fe492dcf1fd9241c92f80c8d2
parent785e2f885a7689cb4f5277ffa986758bcab60a80 (diff)
Generate correct headers.pri for the phonon module
-rw-r--r--sync.profile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sync.profile b/sync.profile
index ed54cb9..1cb2eab 100644
--- a/sync.profile
+++ b/sync.profile
@@ -1,7 +1,8 @@
%modules = ( # path to module name map
- "phonon" => "$basedir/src/3rdparty/phonon/phonon",
+ "phonon" => "$basedir/src/phonon",
);
%moduleheaders = ( # restrict the module headers to those found in relative path
+ "phonon" => "../3rdparty/phonon/phonon",
);
%classnames = (
);