|
|
|
@ -683,12 +683,12 @@ void Barkode::initInfo()
|
|
|
|
|
|
|
|
|
|
PurePostscriptBarcode::init();
|
|
|
|
|
|
|
|
|
|
s_haveGnuBarcode = !KStandardDirs::findExe( "barcode" ).isNull();
|
|
|
|
|
s_havePdfEncode = !KStandardDirs::findExe( "pdf417_enc" ).isNull();
|
|
|
|
|
s_haveTBarcode = false; //!KStandardDirs::findExe( "tbarcodeclient" ).isNull();
|
|
|
|
|
s_haveGnuBarcode = !TDEStandardDirs::findExe( "barcode" ).isNull();
|
|
|
|
|
s_havePdfEncode = !TDEStandardDirs::findExe( "pdf417_enc" ).isNull();
|
|
|
|
|
s_haveTBarcode = false; //!TDEStandardDirs::findExe( "tbarcodeclient" ).isNull();
|
|
|
|
|
// TODO: do not yet enable TBarcode2 support
|
|
|
|
|
s_haveTBarcode2 = !KStandardDirs::findExe( "tbarcode" ).isNull();
|
|
|
|
|
s_havePurePostscript = !KStandardDirs::findExe( "gs" ).isNull()
|
|
|
|
|
s_haveTBarcode2 = !TDEStandardDirs::findExe( "tbarcode" ).isNull();
|
|
|
|
|
s_havePurePostscript = !TDEStandardDirs::findExe( "gs" ).isNull()
|
|
|
|
|
&& PurePostscriptBarcode::hasPurePostscriptBarcode();
|
|
|
|
|
|
|
|
|
|
if( s_haveGnuBarcode )
|
|
|
|
|