diff options
author | Alexey Edelev <alexey.edelev@qt.io> | 2022-05-11 17:21:37 +0200 |
---|---|---|
committer | Alexey Edelev <alexey.edelev@qt.io> | 2022-05-12 16:34:25 +0200 |
commit | b98706f12207112645cc02a6df4868ebda2db8be (patch) | |
tree | 830ed926396119ec955137c876963945958ba16f /src/opengl | |
parent | a3e13cdacf51c29224e47d1d2f6fb0e72401c7b2 (diff) | |
download | qtbase-b98706f12207112645cc02a6df4868ebda2db8be.tar.gz |
Add missing header files to the module sources
All module header files should be listed in the corresponding sections
of modules SOURCEs to be accessible in CMake routines.
Task-number: QTBUG-103196
Change-Id: Ieb77ae70557e35e546a5b00387e1e0aa40338239
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'src/opengl')
-rw-r--r-- | src/opengl/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/opengl/CMakeLists.txt b/src/opengl/CMakeLists.txt index f9eb5e36a3..11dc6db158 100644 --- a/src/opengl/CMakeLists.txt +++ b/src/opengl/CMakeLists.txt @@ -28,7 +28,7 @@ qt_internal_add_module(OpenGL qopenglversionfunctions.cpp qopenglversionfunctions.h qopenglversionfunctions_p.h qopenglversionfunctionsfactory.cpp qopenglversionfunctionsfactory.h qopenglversionprofile.cpp qopenglversionprofile.h - qopenglvertexarrayobject.cpp qopenglvertexarrayobject.h + qopenglvertexarrayobject.cpp qopenglvertexarrayobject.h qopenglvertexarrayobject_p.h qopenglwindow.cpp qopenglwindow.h qtopenglglobal.h DEFINES |