Move qopengltimerquery.h to a common sources of the QtOpenGL module
qopengltimerquery.h contains platform-specific guards inside the file and can be processed for any platform. Fix the issue by adding it to a commong source tree but not the header usage used since it's easier and public header can be used by user-projects directly. Task-number: QTBUG-103196 Task-number: QTBUG-87480 Change-Id: Ic01a7f2d0de56da946c2ed699a8b183f70d5f9d0 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
parent
3bd54f285d
commit
553859c254
@ -28,6 +28,7 @@ qt_internal_add_module(OpenGL
|
||||
qopengltextureglyphcache.cpp qopengltextureglyphcache_p.h
|
||||
qopengltexturehelper.cpp qopengltexturehelper_p.h
|
||||
qopengltextureuploader.cpp qopengltextureuploader_p.h
|
||||
qopengltimerquery.h
|
||||
qopenglversionfunctions.cpp qopenglversionfunctions.h qopenglversionfunctions_p.h
|
||||
qopenglversionfunctionsfactory.cpp qopenglversionfunctionsfactory.h
|
||||
qopenglversionprofile.cpp qopenglversionprofile.h
|
||||
@ -86,7 +87,7 @@ qt_internal_extend_target(OpenGL CONDITION NOT QT_FEATURE_opengles2
|
||||
qopenglfunctions_4_5_compatibility.cpp qopenglfunctions_4_5_compatibility.h
|
||||
qopenglfunctions_4_5_core.cpp qopenglfunctions_4_5_core.h
|
||||
qopenglqueryhelper_p.h
|
||||
qopengltimerquery.cpp qopengltimerquery.h
|
||||
qopengltimerquery.cpp
|
||||
)
|
||||
|
||||
qt_internal_extend_target(OpenGL CONDITION QT_FEATURE_vulkan
|
||||
|
Loading…
x
Reference in New Issue
Block a user