1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-11-22 02:32:29 +01:00

Fix tst_ScreenPlayWorkshop

This commit is contained in:
Elias Steurer 2024-11-02 11:56:17 +01:00
parent 54f7f88507
commit 5d55a79e00
2 changed files with 2 additions and 0 deletions

View File

@ -141,6 +141,7 @@ if(${SCREENPLAY_STEAM})
Qt6::QuickControls2
${PROJECT_NAME}plugin
ScreenPlayUtilplugin
ScreenPlayAppplugin # Only needed for the test app
SteamSDK)
if(APPLE)

View File

@ -5,6 +5,7 @@
#include <QQuickStyle>
#include <QtQml/qqmlextensionplugin.h>
Q_IMPORT_QML_PLUGIN(ScreenPlayAppPlugin)
Q_IMPORT_QML_PLUGIN(ScreenPlayWorkshopPlugin)
Q_IMPORT_QML_PLUGIN(ScreenPlayUtilPlugin)