Skip to content

Commit 6001772

Browse files
committed
test
1 parent 2c7b905 commit 6001772

File tree

18 files changed

+189
-459
lines changed

18 files changed

+189
-459
lines changed

.gitignore

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ dist
66
dist/*
77
release
88
release/*
9-
测试
10-
测试/*
9+
Library
10+
Library/*
11+
Library.zip
1112
*.log
1213
Resources/Data/*
1314
Resources/Images/Avatars/*.jpg

.settings/org.eclipse.core.resources.prefs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ encoding//Test/TestToolTip.py=utf-8
1515
encoding//Test/TestTreeView.py=utf-8
1616
encoding//Test/TestWaterWidget.py=utf-8
1717
encoding//Test/Ui2Py.py=utf-8
18-
encoding//Test/buildexe/PyQtClient.py=utf-8
19-
encoding//Test/buildexe/setup_win.py=utf-8
18+
encoding//Test/buildexetest/PyQtClient.py=utf-8
19+
encoding//Test/buildexetest/setup_win.py=utf-8
2020
encoding//Test/buildzip.py=utf-8
2121
encoding//Test/compilepy.py=utf-8
2222
encoding//UiFiles/Ui_ColourfulWidget.py=utf-8
@@ -55,5 +55,4 @@ encoding//Widgets/Skins/ThemeWidget.py=utf-8
5555
encoding//Widgets/ToolTip.py=utf-8
5656
encoding//Widgets/TreeView.py=utf-8
5757
encoding//Widgets/WaterWidget.py=utf-8
58-
encoding//\u6D4B\u8BD5/PyQtClient.pyw=utf-8
5958
encoding/PyQtClient.py=utf-8

PyQtClient.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
@file: PyQtClient
1010
@description:
1111
"""
12-
from distutils.sysconfig import get_python_lib
12+
1313
import os
1414
import sys
1515
import traceback
@@ -23,11 +23,11 @@
2323

2424
sys.path.append(os.path.abspath('Library.zip'))
2525

26-
libpath = get_python_lib()
27-
os.environ['QT_QPA_PLATFORM_PLUGIN_PATH'] = os.path.join(
28-
libpath, 'PyQt5', 'Qt', 'plugins', 'platforms')
29-
os.environ['QML_IMPORT_PATH'] = os.path.join(libpath, 'Qt', 'qml')
30-
os.environ['QML2_IMPORT_PATH'] = os.environ['QML_IMPORT_PATH']
26+
# libpath = get_python_lib()
27+
# os.environ['QT_QPA_PLATFORM_PLUGIN_PATH'] = os.path.join(
28+
# libpath, 'PyQt5', 'Qt', 'plugins', 'platforms')
29+
# os.environ['QML_IMPORT_PATH'] = os.path.join(libpath, 'Qt', 'qml')
30+
# os.environ['QML2_IMPORT_PATH'] = os.environ['QML_IMPORT_PATH']
3131

3232

3333
def escape(s):

Test/buildtest/PyQtClient.py

Lines changed: 0 additions & 87 deletions
This file was deleted.

Test/buildtest/build_win.bat

Lines changed: 0 additions & 3 deletions
This file was deleted.

Test/buildtest/qt.conf

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)