src/extPrograms.cc

changeset 852
cbd89b33f70d
parent 850
a3d72b0e916d
child 855
e16f1587ef44
equal deleted inserted replaced
851:dbed6938238c 852:cbd89b33f70d
49 Edger2, 49 Edger2,
50 }; 50 };
51 51
52 // ============================================================================= 52 // =============================================================================
53 // 53 //
54 CFGENTRY (String, IsecalcPath, ""); 54 CFGENTRY (String, IsecalcPath, "")
55 CFGENTRY (String, IntersectorPath, ""); 55 CFGENTRY (String, IntersectorPath, "")
56 CFGENTRY (String, CovererPath, ""); 56 CFGENTRY (String, CovererPath, "")
57 CFGENTRY (String, YtruderPath, ""); 57 CFGENTRY (String, YtruderPath, "")
58 CFGENTRY (String, RectifierPath, ""); 58 CFGENTRY (String, RectifierPath, "")
59 CFGENTRY (String, Edger2Path, ""); 59 CFGENTRY (String, Edger2Path, "")
60 60
61 QString* const g_extProgPaths[] = 61 QString* const g_extProgPaths[] =
62 { 62 {
63 &cfg::IsecalcPath, 63 &cfg::IsecalcPath,
64 &cfg::IntersectorPath, 64 &cfg::IntersectorPath,
67 &cfg::RectifierPath, 67 &cfg::RectifierPath,
68 &cfg::Edger2Path, 68 &cfg::Edger2Path,
69 }; 69 };
70 70
71 #ifndef _WIN32 71 #ifndef _WIN32
72 CFGENTRY (Bool, IsecalcUsesWine, false); 72 CFGENTRY (Bool, IsecalcUsesWine, false)
73 CFGENTRY (Bool, IntersectorUsesWine, false); 73 CFGENTRY (Bool, IntersectorUsesWine, false)
74 CFGENTRY (Bool, CovererUsesWine, false); 74 CFGENTRY (Bool, CovererUsesWine, false)
75 CFGENTRY (Bool, YtruderUsesWine, false); 75 CFGENTRY (Bool, YtruderUsesWine, false)
76 CFGENTRY (Bool, RectifierUsesWine, false); 76 CFGENTRY (Bool, RectifierUsesWine, false)
77 CFGENTRY (Bool, Edger2UsesWine, false); 77 CFGENTRY (Bool, Edger2UsesWine, false)
78 78
79 bool* const g_extProgWine[] = 79 bool* const g_extProgWine[] =
80 { 80 {
81 &cfg::IsecalcUsesWine, 81 &cfg::IsecalcUsesWine,
82 &cfg::IntersectorUsesWine, 82 &cfg::IntersectorUsesWine,

mercurial