diff options
author | Samuel Rødal <samuel.rodal@nokia.com> | 2010-09-07 11:58:06 (GMT) |
---|---|---|
committer | Samuel Rødal <samuel.rodal@nokia.com> | 2010-09-10 10:44:56 (GMT) |
commit | 39e16d89dc759fc5aafe883476a163759d2ad6cf (patch) | |
tree | 621209eea12d6cbcb48b4544f12d610d46dcddb7 /bin | |
parent | b2ef75097e608afc717604884c4b6e4b22e78dee (diff) | |
download | Qt-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')
-rwxr-xr-x | bin/syncqt | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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", |