summaryrefslogtreecommitdiffstats
path: root/examples/qws/svgalib/svgalib.pro
blob: 7058750bb3630e9c8b5cc80d0714523fdf1ea42b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
TEMPLATE = lib
CONFIG += plugin

LIBS += -lvgagl -lvga

TARGET = svgalibscreen
target.path = $$[QT_INSTALL_PLUGINS]/gfxdrivers
INSTALLS += target

HEADERS	= svgalibscreen.h \
          svgalibpaintengine.h \
          svgalibsurface.h \
          svgalibpaintdevice.h
SOURCES	= svgalibscreen.cpp \
          svgalibpaintengine.cpp \
          svgalibsurface.cpp \
          svgalibpaintdevice.cpp \
          svgalibplugin.cpp

QT += widgets

simulator: warning(This example does not work on Simulator platform)