Skip to content
This repository was archived by the owner on Mar 28, 2026. It is now read-only.

Commit faa241d

Browse files
committed
Use static mpvqt
1 parent 09e94ef commit faa241d

File tree

4 files changed

+8
-1
lines changed

4 files changed

+8
-1
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "external/mpvqt"]
2+
path = external/mpvqt
3+
url = https://invent.kde.org/libraries/mpvqt.git

CMakeModules/DependencyConfiguration.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,3 @@ endif(IS_DIRECTORY ${DEPENDENCY_ROOT})
4141

4242
find_package(Threads REQUIRED)
4343
find_package(PythonInterp REQUIRED)
44-
find_package(MpvQt REQUIRED)

external/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,7 @@ if(APPLE)
66
add_subdirectory(HIDRemote)
77
add_subdirectory(letsmove)
88
endif(APPLE)
9+
10+
# Build MpvQt as static library
11+
set(BUILD_SHARED_LIBS OFF)
12+
add_subdirectory(mpvqt)

external/mpvqt

Submodule mpvqt added at 2ebbd38

0 commit comments

Comments
 (0)