|
|
@ -820,7 +820,7 @@ ie: """+BOLD+"""scons configure libdir=/usr/local/lib qtincludes=/usr/include/qt
|
|
|
|
lenv.AppendUnique( ENV = os.environ )
|
|
|
|
lenv.AppendUnique( ENV = os.environ )
|
|
|
|
if not 'lang_qt' in _flags:
|
|
|
|
if not 'lang_qt' in _flags:
|
|
|
|
## Use this define if you are using the kde translation scheme (.po files)
|
|
|
|
## Use this define if you are using the kde translation scheme (.po files)
|
|
|
|
lenv.Append( CPPFLAGS = '-DQT_NO_TRANSLATION' )
|
|
|
|
lenv.Append( CPPFLAGS = '-DTQT_NO_TRANSLATION' )
|
|
|
|
if 'rpath' in _flags:
|
|
|
|
if 'rpath' in _flags:
|
|
|
|
## Use this to set rpath - this may cause trouble if folders are moved (chrpath)
|
|
|
|
## Use this to set rpath - this may cause trouble if folders are moved (chrpath)
|
|
|
|
lenv.Append( RPATH = [env['TQTLIBPATH'], env['KDELIBPATH'], env['KDEMODULE']] )
|
|
|
|
lenv.Append( RPATH = [env['TQTLIBPATH'], env['KDELIBPATH'], env['KDEMODULE']] )
|
|
|
|