mirror of https://github.com/qt/qtgraphs.git
Baseline test: add QtCorePrivate as a used module
The scene grabber uses QUnifiedTimer from the private QtCore API. Pick-to: 6.9 Change-Id: I6dd4354b3acaa6e35be239b6aefb86b481b2492d Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
This commit is contained in:
parent
609e036600
commit
cceb78d130
|
|
@ -9,6 +9,7 @@ qt_internal_add_executable(qgraphs_qmlscenegrabber
|
|||
Qt::Gui
|
||||
Qt::Quick
|
||||
Qt::Quick3D
|
||||
Qt::CorePrivate
|
||||
)
|
||||
|
||||
# Resources:
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
#include <QtCore/QDebug>
|
||||
#include <QtCore/QFileInfo>
|
||||
#include <QtCore/QHashFunctions>
|
||||
#include <private/qabstractanimation_p.h>
|
||||
#include <QtCore/private/qabstractanimation_p.h>
|
||||
#include <QtGui/QGuiApplication>
|
||||
#include <QtGui/QImage>
|
||||
#include <QtGui/QFontDatabase>
|
||||
|
|
|
|||
Loading…
Reference in New Issue