We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d369690 commit 964b780Copy full SHA for 964b780
wd_test.gyp
@@ -23,11 +23,9 @@
23
['OS=="linux"', {
24
'libraries': [
25
'-L<(QT_LIB_PATH)',
26
- #'-L/opt/lib',
27
'-lQt5OpenGL',
28
'-lQt5PrintSupport',
29
'-lQt5Network',
30
- '-lQt5V8',
31
'-lQt5Widgets',
32
'-lQt5Quick',
33
'-lQt5Qml',
@@ -44,6 +42,7 @@
44
42
'-lQt5MultimediaWidgets',
45
43
'-lQt5Sensors',
46
'-lQt5Multimedia',
+ '-lQt5Positioning',
47
],
48
} ],
49
['OS=="win"', {
0 commit comments