b9362903b3
This is an alternative plugin for the windows platform. It shares most code with the current windows plugin, but substitutes a direct2d-based paint engine for window backing stores and pixmaps. Change-Id: I78fafd9c5871fa090b49436f5b40ec80f8789f8b Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
5 lines
86 B
Prolog
5 lines
86 B
Prolog
SOURCES = direct2d.cpp
|
|
LIBS += -ld2d1 -ldwrite -ld3d11
|
|
CONFIG -= qt
|
|
CONFIG += console
|