Skip to content

Commit f4a3539

Browse files
committed
addes sample of wd.gypi with CISCO specific variables
1 parent 6f7a63e commit f4a3539

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

wd.gypi.merged_sample

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
'variables': {
3+
'QT5': '0', # change to '1' for enabling Qt5
4+
'WD_BUILD_MONGOOSE': '0',
5+
'WD_BUILD_MODP_B64': '1',
6+
'DESKTOP_QT_BIN_PATH': '/usr/lib/qt4/bin',
7+
'DESKTOP_QT_INC_PATH': '/usr/include',
8+
'DESKTOP_QT_LIB_PATH': '/usr/lib',
9+
'CISCO_QT_INC_PATH': '<(ROOT_PATH)/WEBKITQT48_SRC/dist/<(platform)/<(mode)/include',
10+
'CISCO_QT_LIB_PATH': '<(ROOT_PATH)/WEBKITQT48_SRC/dist/<(platform)/<(mode)/lib/',
11+
'CISCO_QT_BIN_PATH': '<(ROOT_PATH)/WEBKITQT48_SRC/dist/<(platform)/<(mode)/bin/',
12+
'CISCO_MONGOOSE_LIB_PATH': '<(ROOT_PATH)/MONGOOSE/dist/<(platform)/generic/<(mode)/lib',
13+
'CISCO_MONGOOSE_INC_PATH': '<(ROOT_PATH)/MONGOOSE/dist/<(platform)/generic/<(mode)/h',
14+
},
15+
}

wd.gypi.sample

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
{
33
'variables': {
44
'QT5': '0', # change to '1' for enabling Qt5
5-
'WD_CONFIG_QWIDGET_VIEW': '1',
6-
'WD_CONFIG_QWIDGET_VIEW_ACCESSABILITY': '0',
7-
'WD_CONFIG_QML_VIEW': '1',
85
'WD_BUILD_MONGOOSE': '1',
96
'WD_BUILD_MODP_B64': '1',
107
'CISCO_QT_BIN_PATH': '/opt/qt4_nds/linux2_2/release/bin/',

0 commit comments

Comments
 (0)