Restructure the source code a little.

Change-Id: I995b0fb33bdda7f01bf6266c1c50a1b17eba6760
Reviewed-by: Jonas Rabbe <jonas.rabbe@nokia.com>
This commit is contained in:
Michael Goddard
2012-01-04 16:05:55 +10:00
committed by Qt by Nokia
parent 6ee1977d60
commit 502d3c8eb3
123 changed files with 198 additions and 169 deletions

View File

@@ -10,7 +10,8 @@ PUBLIC_HEADERS += \
PRIVATE_HEADERS += \
video/qabstractvideobuffer_p.h \
video/qimagevideobuffer_p.h \
video/qmemoryvideobuffer_p.h
video/qmemoryvideobuffer_p.h \
video/qvideosurfaceoutput_p.h
SOURCES += \
video/qabstractvideobuffer.cpp \
@@ -18,5 +19,6 @@ SOURCES += \
video/qimagevideobuffer.cpp \
video/qmemoryvideobuffer.cpp \
video/qvideoframe.cpp \
video/qvideosurfaceformat.cpp
video/qvideosurfaceformat.cpp \
video/qvideosurfaceoutput.cpp