25 lines
678 B
CMake
25 lines
678 B
CMake
# Copyright (C) 2022 The Qt Company Ltd.
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
# Generated from painting.pro.
|
|
|
|
#####################################################################
|
|
## painting Binary:
|
|
#####################################################################
|
|
|
|
qt_internal_add_benchmark(painting
|
|
SOURCES
|
|
paintbenchmark.cpp
|
|
LIBRARIES
|
|
Qt::Gui
|
|
Qt::OpenGL
|
|
Qt::OpenGLWidgets
|
|
Qt::Widgets
|
|
)
|
|
|
|
#### Keys ignored in scope 1:.:.:painting.pro:<TRUE>:
|
|
# _REQUIREMENTS = "qtHaveModule(opengl)" "qtHaveModule(openglwidgets)" "qtHaveModule(widgets)"
|
|
|
|
## Scopes:
|
|
#####################################################################
|