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

QT += gui opengl

QTDIR_build:DESTDIR = $$QT_BUILD_TREE/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