changeset 0 | 1918ee327afb |
-1:000000000000 | 0:1918ee327afb |
---|---|
1 TEMPLATE = lib |
|
2 CONFIG += plugin |
|
3 |
|
4 LIBS += -lvgagl -lvga |
|
5 |
|
6 TARGET = svgalibscreen |
|
7 target.path = $$[QT_INSTALL_PLUGINS]/gfxdrivers |
|
8 INSTALLS += target |
|
9 |
|
10 HEADERS = svgalibscreen.h \ |
|
11 svgalibpaintengine.h \ |
|
12 svgalibsurface.h \ |
|
13 svgalibpaintdevice.h |
|
14 SOURCES = svgalibscreen.cpp \ |
|
15 svgalibpaintengine.cpp \ |
|
16 svgalibsurface.cpp \ |
|
17 svgalibpaintdevice.cpp \ |
|
18 svgalibplugin.cpp |
|
19 |