1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-14 22:42:34 +02:00

Fix missing osx excludes

This commit is contained in:
Elias Steurer 2022-04-24 10:45:37 +02:00
parent bf6107b7ce
commit e76648b8b5
2 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,9 @@
#include <QVersionNumber>
#include <QtQml/qqmlextensionplugin.h>
#if defined(Q_OS_WIN)
Q_IMPORT_QML_PLUGIN(ScreenPlaySysInfoPlugin)
#endif
int main(int argc, char* argv[])
{

View File

@ -40,7 +40,6 @@ target_link_libraries(
PRIVATE ScreenPlaySDK
ScreenPlayUtil
ScreenPlayWeatherplugin
ScreenPlaySysInfoplugin
Qt6::Quick
Qt6::Gui
Qt6::Widgets