forked from qt-creator/qt-creator
qmlpuppet: fix standalone build
Change-Id: I0a7da757e78a68f65163d4e383323d34a5b70670 Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
@@ -17,6 +17,10 @@
|
||||
#include <QQmlComponent>
|
||||
#include <QQmlEngine>
|
||||
|
||||
#if defined(Q_OS_WIN) && defined(QT_NO_DEBUG)
|
||||
#include <Windows.h>
|
||||
#endif
|
||||
|
||||
void QmlPuppet::initCoreApp()
|
||||
{
|
||||
// Since we always render text into an FBO, we need to globally disable
|
||||
|
Reference in New Issue
Block a user