Skip to content

Commit

Permalink
direct2d is dynamic loaded, supports mingw
Browse files Browse the repository at this point in the history
The headers are from https://github.com/2of1/d2d1headers
But many compile error even simply include d2d1.h. So now that project
is not a submodule of QtAV.
  • Loading branch information
wang-bin committed Mar 4, 2013
1 parent 7aa2f68 commit eab3811
Show file tree
Hide file tree
Showing 7 changed files with 2,314 additions and 39 deletions.
5 changes: 3 additions & 2 deletions config.tests/direct2d/direct2d.pro
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
CONFIG -= qt
CONFIG += console

!*msvc*:INCLUDEPATH += ../../contrib/d2d1headers
SOURCES += main.cpp

LIBS += -ld2d1
#dynamic load
#LIBS += -ld2d1
1 change: 1 addition & 0 deletions contrib/d2d1headers/README.INSTALL
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Just copy these headers to /usr/win32/include/
Loading

0 comments on commit eab3811

Please sign in to comment.