summaryrefslogtreecommitdiffstats
path: root/src/plugins/graphicssystems/meego/meego.pro
blob: c497ba2eb686b4ff0e2ca1f3276649f8a14231d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TARGET = qmeegographicssystem
include(../../qpluginbase.pri)

QT += gui opengl

DESTDIR = $$QT.gui.plugins/graphicssystems

HEADERS = qmeegographicssystem.h qmeegopixmapdata.h qmeegoextensions.h qmeegorasterpixmapdata.h qmeegolivepixmapdata.h
SOURCES = 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

target.path += $$[QT_INSTALL_PLUGINS]/graphicssystems
INSTALLS += target