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:
parent
54f7f88507
commit
5d55a79e00
@ -141,6 +141,7 @@ if(${SCREENPLAY_STEAM})
|
||||
Qt6::QuickControls2
|
||||
${PROJECT_NAME}plugin
|
||||
ScreenPlayUtilplugin
|
||||
ScreenPlayAppplugin # Only needed for the test app
|
||||
SteamSDK)
|
||||
|
||||
if(APPLE)
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user