source: trunk/src/plugins/graphicssystems/meego/meego.pro@ 890

Last change on this file since 890 was 846, checked in by Dmitry A. Kuminov, 14 years ago

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

File size: 649 bytes
Line 
1TARGET = qmeegographicssystem
2include(../../qpluginbase.pri)
3
4QT += gui opengl
5
6QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/graphicssystems
7
8HEADERS = qmeegographicssystem.h qmeegopixmapdata.h qmeegoextensions.h qmeegorasterpixmapdata.h qmeegolivepixmapdata.h
9SOURCES = qmeegographicssystem.cpp qmeegographicssystem.h qmeegographicssystemplugin.h qmeegographicssystemplugin.cpp qmeegopixmapdata.h qmeegopixmapdata.cpp qmeegoextensions.h qmeegoextensions.cpp qmeegorasterpixmapdata.h qmeegorasterpixmapdata.cpp qmeegolivepixmapdata.cpp qmeegolivepixmapdata.h dithering.cpp
10
11target.path += $$[QT_INSTALL_PLUGINS]/graphicssystems
12INSTALLS += target
13
Note: See TracBrowser for help on using the repository browser.