diff options
author | Samuel Rødal <samuel.rodal@nokia.com> | 2010-09-06 07:54:02 (GMT) |
---|---|---|
committer | Samuel Rødal <samuel.rodal@nokia.com> | 2010-09-10 10:44:55 (GMT) |
commit | 5d6ceabf3aa9d07f31f0a06d20b76c122973d3b9 (patch) | |
tree | 15fc9e62639cec24a6756f91e9e9fdf0e33f46d5 /src/plugins/graphicssystems/meego/meego.pro | |
parent | 1c109b9e504b4b51707c97f443be49c88720b386 (diff) | |
download | Qt-5d6ceabf3aa9d07f31f0a06d20b76c122973d3b9.zip Qt-5d6ceabf3aa9d07f31f0a06d20b76c122973d3b9.tar.gz Qt-5d6ceabf3aa9d07f31f0a06d20b76c122973d3b9.tar.bz2 |
Renamed meego graphics system files.
Diffstat (limited to 'src/plugins/graphicssystems/meego/meego.pro')
-rw-r--r-- | src/plugins/graphicssystems/meego/meego.pro | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/plugins/graphicssystems/meego/meego.pro b/src/plugins/graphicssystems/meego/meego.pro new file mode 100644 index 0000000..80a974e --- /dev/null +++ b/src/plugins/graphicssystems/meego/meego.pro @@ -0,0 +1,12 @@ +TEMPLATE = lib +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 + +INSTALLS += target |