|
|
@ -312,10 +312,10 @@ ie: """+BOLD+"""scons configure libdir=/usr/local/lib qtincludes=/usr/include/qt
|
|
|
|
|
|
|
|
|
|
|
|
# Detect the environment - replaces ./configure implicitely
|
|
|
|
# Detect the environment - replaces ./configure implicitely
|
|
|
|
# and store the options into a cache
|
|
|
|
# and store the options into a cache
|
|
|
|
from SCons.Options import Options
|
|
|
|
from SCons.Variables import Variables
|
|
|
|
cachefile=env['CACHEDIR']+'/kde.cache.py'
|
|
|
|
cachefile=env['CACHEDIR']+'/kde.cache.py'
|
|
|
|
opts = Options(cachefile)
|
|
|
|
opts = Variables(cachefile)
|
|
|
|
opts.AddOptions(
|
|
|
|
opts.AddVariables(
|
|
|
|
( 'QTDIR', 'root of qt directory' ),
|
|
|
|
( 'QTDIR', 'root of qt directory' ),
|
|
|
|
( 'QTLIBPATH', 'path to the qt libraries' ),
|
|
|
|
( 'QTLIBPATH', 'path to the qt libraries' ),
|
|
|
|
( 'QTINCLUDEPATH', 'path to the qt includes' ),
|
|
|
|
( 'QTINCLUDEPATH', 'path to the qt includes' ),
|
|
|
|