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 /tools/qmeegographicssystemhelper | |
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 'tools/qmeegographicssystemhelper')
-rw-r--r-- | tools/qmeegographicssystemhelper/qmeegographicssystemhelper.pro | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/qmeegographicssystemhelper/qmeegographicssystemhelper.pro b/tools/qmeegographicssystemhelper/qmeegographicssystemhelper.pro index eba6da4..1e6e233 100644 --- a/tools/qmeegographicssystemhelper/qmeegographicssystemhelper.pro +++ b/tools/qmeegographicssystemhelper/qmeegographicssystemhelper.pro @@ -1,11 +1,10 @@ TEMPLATE = lib -TARGET = qmeegographicssystemhelper +TARGET = QtMeeGoGraphicsSystemHelper include(../../src/qbase.pri) QT += gui INCLUDEPATH += '../../src/plugins/graphicssystems/meego' -VERSION = 0.1.9 HEADERS = qmeegographicssystemhelper.h qmeegooverlaywidget.h qmeegolivepixmap.h qmeegoliveimage.h qmeegoruntime.h qmeegoliveimage_p.h qmeegolivepixmap_p.h SOURCES = qmeegographicssystemhelper.cpp qmeegooverlaywidget.cpp qmeegoruntime.cpp qmeegolivepixmap.cpp qmeegoliveimage.cpp |