diff options
author | Samuel Rødal <samuel.rodal@nokia.com> | 2010-09-06 07:54:59 (GMT) |
---|---|---|
committer | Samuel Rødal <samuel.rodal@nokia.com> | 2010-09-10 10:44:55 (GMT) |
commit | dc61fc45601000626169409443fdeac6a3cd31af (patch) | |
tree | a62e4919e4637f2152be5483b73098cb4e2fe426 /src/plugins/graphicssystems/meego/meego.pro | |
parent | 5d6ceabf3aa9d07f31f0a06d20b76c122973d3b9 (diff) | |
download | Qt-dc61fc45601000626169409443fdeac6a3cd31af.zip Qt-dc61fc45601000626169409443fdeac6a3cd31af.tar.gz Qt-dc61fc45601000626169409443fdeac6a3cd31af.tar.bz2 |
Fixed compilation and API of meego graphics system.
Diffstat (limited to 'src/plugins/graphicssystems/meego/meego.pro')
-rw-r--r-- | src/plugins/graphicssystems/meego/meego.pro | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/src/plugins/graphicssystems/meego/meego.pro b/src/plugins/graphicssystems/meego/meego.pro index 80a974e..d750d34 100644 --- a/src/plugins/graphicssystems/meego/meego.pro +++ b/src/plugins/graphicssystems/meego/meego.pro @@ -1,12 +1,13 @@ -TEMPLATE = lib +TARGET = qmeegographicssystem +include(../../qpluginbase.pri) + QT += gui opengl -INCLUDEPATH += '../' -HEADERS = mgraphicssystem.h mpixmapdata.h mextensions.h -SOURCES = mgraphicssystem.cpp mgraphicssystem.h mgraphicssystemplugin.h mgraphicssystemplugin.cpp mpixmapdata.h mpixmapdata.cpp mextensions.h mextensions.cpp -CONFIG += GLESv2 EGL X11 debug plugin -LIBS += -lGLESv2 -TARGET = meegographicssystem -target.path = $$[QT_INSTALL_PLUGINS]/graphicssystems +QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/graphicssystems + +HEADERS = qmeegographicssystem.h qmeegopixmapdata.h qmeegoextensions.h +SOURCES = qmeegographicssystem.cpp qmeegographicssystem.h qmeegographicssystemplugin.h qmeegographicssystemplugin.cpp qmeegopixmapdata.h qmeegopixmapdata.cpp qmeegoextensions.h qmeegoextensions.cpp + +target.path += $$[QT_INSTALL_PLUGINS]/graphicssystems +INSTALLS += target -INSTALLS += target |