Skip to content

Commit ed41229

Browse files
committed
elaborate in comment
1 parent f4a3329 commit ed41229

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

wd.gypi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
'variables': {
3-
'QT5': '0',
3+
'QT5': '0', # change to '1' for enabling Qt5
44
'CISCO_QT_BIN_PATH': '/opt/qt4_nds/linux2_2/release/bin/',
55
'CISCO_QT_INC_PATH': '/opt/qt4_nds/linux2_2/release/include/',
66
'CISCO_QT_LIB_PATH': '/opt/qt4_nds/linux2_2/release/lib/',

wd.gypi.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
'variables': {
3-
'QT5': '0',
3+
'QT5': '0', # change to '1' for enabling Qt5
44
'CISCO_QT_BIN_PATH': '/opt/qt4_nds/linux2_2/release/bin/',
55
'CISCO_QT_INC_PATH': '/opt/qt4_nds/linux2_2/release/include/',
66
'CISCO_QT_LIB_PATH': '/opt/qt4_nds/linux2_2/release/lib/',

0 commit comments

Comments
 (0)