1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-18 08:22:33 +02:00

Fix Qt 6.7 compilation #2

This commit is contained in:
Elias Steurer 2024-02-02 10:46:59 +01:00
parent dac7a2d835
commit eae7a1f8f8

View File

@ -1,10 +1,4 @@
// SPDX-License-Identifier: LicenseRef-EliasSteurerTachiom OR AGPL-3.0-only
#include "ScreenPlay/app.h"
#include "ScreenPlay/create.h"
#include "ScreenPlay/CMakeVariables.h"
#include <QCommandLineParser>
#include <QCoreApplication>
#include <QDebug>
@ -15,6 +9,11 @@
#include <QQuickWindow>
#include <QtTest>
#include "ScreenPlay/app.h"
#include "ScreenPlay/create.h"
#include "ScreenPlay/CMakeVariables.h"
#include <QQmlEngineExtensionPlugin>
Q_IMPORT_QML_PLUGIN(ScreenPlayAppPlugin)
Q_IMPORT_QML_PLUGIN(ScreenPlayUtilPlugin)