Skip to content

Commit 964b780

Browse files
author
Mykola
committed
Update build system for Qt 5.2
1 parent d369690 commit 964b780

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

wd_test.gyp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,9 @@
2323
['OS=="linux"', {
2424
'libraries': [
2525
'-L<(QT_LIB_PATH)',
26-
#'-L/opt/lib',
2726
'-lQt5OpenGL',
2827
'-lQt5PrintSupport',
2928
'-lQt5Network',
30-
'-lQt5V8',
3129
'-lQt5Widgets',
3230
'-lQt5Quick',
3331
'-lQt5Qml',
@@ -44,6 +42,7 @@
4442
'-lQt5MultimediaWidgets',
4543
'-lQt5Sensors',
4644
'-lQt5Multimedia',
45+
'-lQt5Positioning',
4746
],
4847
} ],
4948
['OS=="win"', {

0 commit comments

Comments
 (0)