Regenerate tests/auto/opengl

Change-Id: I9bd417ae02db1b6827e09baab301152f3614da80
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
This commit is contained in:
Alexandru Croitor 2019-11-12 18:21:08 +01:00
parent 8305b6fe3f
commit 36abcc7cbe
4 changed files with 72 additions and 8 deletions

View File

@ -1,11 +1,14 @@
# Generated from qgl.pro.
if(NOT TARGET Qt::OpenGL)
return()
endif()
#####################################################################
## tst_qgl Test:
#####################################################################
add_qt_test(tst_qgl
GUI
SOURCES
tst_qgl.cpp
LIBRARIES
@ -23,13 +26,17 @@ add_qt_test(tst_qgl
set_source_files_properties("../../gui/image/qpixmap/images/designer.png"
PROPERTIES QT_RESOURCE_ALIAS "designer.png"
)
set(qgl_resource_files
"../../gui/image/qpixmap/images/designer.png"
)
add_qt_resource(tst_qgl "qgl"
PREFIX
"/"
FILES
../../gui/image/qpixmap/images/designer.png
${qgl_resource_files}
)
#### Keys ignored in scope 1:.:.:qgl.pro:<TRUE>:
# CONFIG = "testcase"
# _REQUIREMENTS = "qtHaveModule(opengl)"

View File

@ -1 +1,21 @@
add_qt_test("tst_qglbuffer" SOURCES tst_qglbuffer.cpp LIBRARIES Qt::OpenGL Qt::Widgets)
# Generated from qglbuffer.pro.
if(NOT TARGET Qt::OpenGL)
return()
endif()
#####################################################################
## tst_qglbuffer Test:
#####################################################################
add_qt_test(tst_qglbuffer
SOURCES
tst_qglbuffer.cpp
PUBLIC_LIBRARIES
Qt::Gui
Qt::OpenGL
Qt::Widgets
)
#### Keys ignored in scope 1:.:.:qglbuffer.pro:<TRUE>:
# _REQUIREMENTS = "qtHaveModule(opengl)"

View File

@ -1 +1,21 @@
add_qt_test("tst_qglfunctions" SOURCES tst_qglfunctions.cpp LIBRARIES Qt::OpenGL Qt::Widgets)
# Generated from qglfunctions.pro.
if(NOT TARGET Qt::OpenGL)
return()
endif()
#####################################################################
## tst_qglfunctions Test:
#####################################################################
add_qt_test(tst_qglfunctions
SOURCES
tst_qglfunctions.cpp
PUBLIC_LIBRARIES
Qt::Gui
Qt::OpenGL
Qt::Widgets
)
#### Keys ignored in scope 1:.:.:qglfunctions.pro:<TRUE>:
# _REQUIREMENTS = "qtHaveModule(opengl)"

View File

@ -1,7 +1,24 @@
add_qt_test("tst_qglthreads" SOURCES tst_qglthreads.cpp tst_qglthreads.h
# Generated from qglthreads.pro.
if(NOT TARGET Qt::OpenGL)
return()
endif()
#####################################################################
## tst_qglthreads Test:
#####################################################################
add_qt_test(tst_qglthreads
SOURCES
tst_qglthreads.cpp tst_qglthreads.h
LIBRARIES
Qt::CorePrivate
Qt::GuiPrivate
PUBLIC_LIBRARIES
Qt::Gui
Qt::OpenGL
Qt::Widgets
Qt::GuiPrivate
Qt::CorePrivate
)
#### Keys ignored in scope 1:.:.:qglthreads.pro:<TRUE>:
# _REQUIREMENTS = "qtHaveModule(opengl)"