diff --git a/ScreenPlayWorkshop/CMakeLists.txt b/ScreenPlayWorkshop/CMakeLists.txt index 6d29d730..ba00d297 100644 --- a/ScreenPlayWorkshop/CMakeLists.txt +++ b/ScreenPlayWorkshop/CMakeLists.txt @@ -141,6 +141,7 @@ if(${SCREENPLAY_STEAM}) Qt6::QuickControls2 ${PROJECT_NAME}plugin ScreenPlayUtilplugin + ScreenPlayAppplugin # Only needed for the test app SteamSDK) if(APPLE) diff --git a/ScreenPlayWorkshop/src/TestMain.cpp b/ScreenPlayWorkshop/src/TestMain.cpp index cff39913..5a410f0d 100644 --- a/ScreenPlayWorkshop/src/TestMain.cpp +++ b/ScreenPlayWorkshop/src/TestMain.cpp @@ -5,6 +5,7 @@ #include #include +Q_IMPORT_QML_PLUGIN(ScreenPlayAppPlugin) Q_IMPORT_QML_PLUGIN(ScreenPlayWorkshopPlugin) Q_IMPORT_QML_PLUGIN(ScreenPlayUtilPlugin)