summaryrefslogtreecommitdiffstats
path: root/bin/syncqt
diff options
context:
space:
mode:
authorSamuel Rødal <samuel.rodal@nokia.com>2010-09-07 11:58:06 (GMT)
committerSamuel Rødal <samuel.rodal@nokia.com>2010-09-10 10:44:56 (GMT)
commit39e16d89dc759fc5aafe883476a163759d2ad6cf (patch)
tree621209eea12d6cbcb48b4544f12d610d46dcddb7 /bin/syncqt
parentb2ef75097e608afc717604884c4b6e4b22e78dee (diff)
downloadQt-39e16d89dc759fc5aafe883476a163759d2ad6cf.zip
Qt-39e16d89dc759fc5aafe883476a163759d2ad6cf.tar.gz
Qt-39e16d89dc759fc5aafe883476a163759d2ad6cf.tar.bz2
Added meego graphics system helper to features/qt.prf and syncqt.
MeeGo graphics system helper headers are now synced and the correct include path and libraries are added to an application by doing QT += meegographicssystem helper in the .pro file.
Diffstat (limited to 'bin/syncqt')
-rwxr-xr-xbin/syncqt1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/syncqt b/bin/syncqt
index 907869d..c73d119 100755
--- a/bin/syncqt
+++ b/bin/syncqt
@@ -51,6 +51,7 @@ my %modules = ( # path to module name map
"QtWebKit" => "$basedir/src/3rdparty/webkit/WebCore",
"phonon" => "$basedir/src/phonon",
"QtMultimedia" => "$basedir/src/multimedia",
+ "QtMeeGoGraphicsSystemHelper" => "$basedir/tools/qmeegographicssystemhelper",
);
my %moduleheaders = ( # restrict the module headers to those found in relative path
"QtWebKit" => "../WebKit/qt/Api",