Skip to content

Commit e963c0e

Browse files
committed
removed QXml library
1 parent f1332d5 commit e963c0e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

wd_test.gyp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
'-lQt5Qml',
3535
'-lQt5Sql',
3636
'-lQt5Declarative',
37-
'-lQt5Xml',
3837
'-lQt5Gui',
3938
'-lQt5Core',
4039
'-lpthread',
@@ -48,7 +47,6 @@
4847
['OS=="win"', {
4948
'libraries': [
5049
'-l<(QT_LIB_PATH)/Qt5Network',
51-
'-l<(QT_LIB_PATH)/Qt5Xml',
5250
'-l<(QT_LIB_PATH)/Qt5Gui',
5351
'-l<(QT_LIB_PATH)/Qt5Core',
5452
'-l<(QT_LIB_PATH)/Qt5Widgets',
@@ -65,7 +63,6 @@
6563
'link_settings': {
6664
'libraries': [
6765
'<(QT_LIB_PATH)/libQt5Network.a',
68-
'<(QT_LIB_PATH)/libQt5Xml.a',
6966
'<(QT_LIB_PATH)/libQt5Gui.a',
7067
'<(QT_LIB_PATH)/libQt5Core.a',
7168
'<(QT_LIB_PATH)/libQt5Widgets.a',
@@ -83,7 +80,6 @@
8380
'libraries': [
8481
'-L<(QT_LIB_PATH)',
8582
'-lQtNetwork',
86-
'-lQtXml',
8783
'-lQtGui',
8884
'-lQtCore',
8985
'-lpthread',
@@ -94,7 +90,6 @@
9490
[ 'OS=="win"', {
9591
'libraries': [
9692
'-l<(QT_LIB_PATH)/QtNetwork4',
97-
'-l<(QT_LIB_PATH)/QtXml4',
9893
'-l<(QT_LIB_PATH)/QtGui4',
9994
'-l<(QT_LIB_PATH)/QtCore4',
10095
'-luser32.lib',
@@ -111,7 +106,6 @@
111106
'libraries': [
112107
'<(QT_LIB_PATH)/QtGui.framework',
113108
'<(QT_LIB_PATH)/QtCore.framework',
114-
'<(QT_LIB_PATH)/QtXml.framework',
115109
'<(QT_LIB_PATH)/QtNetwork.framework',
116110
'Foundation.framework',
117111
'CoreFoundation.framework',

0 commit comments

Comments
 (0)