Skip to content

Commit

Permalink
6
Browse files Browse the repository at this point in the history
  • Loading branch information
RealChuan committed Jun 6, 2024
1 parent c0e740b commit 0747b88
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions examples/examples.pro
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,7 @@ macx {
SUBDIRS += mpvplayer
}
}

unix:!macx{
SUBDIRS += mpvplayer
}
2 changes: 1 addition & 1 deletion src/mpv/mpv.pri
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
QT_CONFIG -= no-pkg-config
CONFIG += link_pkgconfig debug
# CONFIG += link_pkgconfig debug
#PKGCONFIG += mpv

win32 {
Expand Down
4 changes: 4 additions & 0 deletions src/src.pro
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,7 @@ macx {
SUBDIRS += mpv
}
}

unix:!macx{
SUBDIRS += mpv
}

0 comments on commit 0747b88

Please sign in to comment.