blob: 0b157fad56054ad984be1e0cf7d4c3b027d10a52 (
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
target.path += $$[QT_INSTALL_PLUGINS]/graphicssystems
INSTALLS += target
|