Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitff0273e

Browse files
committed
copy fonts
1 parent98e8fd5 commitff0273e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

‎patches/patchQtPlugins

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ index 4c0b3880fc..54da25f151 100644
1111
+ endif()
1212
+ if(UNIX AND NOT APPLE)
1313
+ install(DIRECTORY /opt/Qt5.15.0/plugins DESTINATION lib/qt)
14+
+ install(DIRECTORY /usr/share/fonts DESTINATION lib/qt)
1415
+ endif()
1516
elseif(HAVE_QT)
1617
status(" QT:" "YES (ver ${QT_VERSION_MAJOR}.${QT_VERSION_MINOR}.${QT_VERSION_PATCH} ${QT_EDITION})")

‎setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ def main():
173173
forfileinos.listdir("/usr/share/fonts/dejavu"):
174174
iffile.endswith(".ttf"):
175175
fonts.append(
176-
(r"/usr/share/fonts/dejavu/%s\.ttf"%file.split(".")[0])
176+
(r"lib/qt/fonts/dejavu/%s\.ttf"%file.split(".")[0])
177177
)
178178

179179
rearrange_cmake_output_data["cv2.qt.fonts"]=fonts

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp