|
|
|
@ -189,10 +189,10 @@ def detect_kde(env):
|
|
|
|
|
if os.path.isfile(kdeincludes + "/klineedit.h"):
|
|
|
|
|
p('GREEN',"ok "+kdeincludes)
|
|
|
|
|
else:
|
|
|
|
|
if os.path.isfile(kdeprefix+"/include/kde/klineedit.h"):
|
|
|
|
|
if os.path.isfile(kdeprefix+"/include/tde/klineedit.h"):
|
|
|
|
|
# Debian, Fedora probably
|
|
|
|
|
p('YELLOW',"the kde headers were found in %s/include/kde/"%kdeprefix)
|
|
|
|
|
kdeincludes = kdeprefix + "/include/kde/"
|
|
|
|
|
p('YELLOW',"the kde headers were found in %s/include/tde/"%kdeprefix)
|
|
|
|
|
kdeincludes = kdeprefix + "/include/tde/"
|
|
|
|
|
else:
|
|
|
|
|
p('RED',"The kde includes were NOT found")
|
|
|
|
|
env.Exit(1)
|
|
|
|
@ -274,7 +274,7 @@ def generate(env):
|
|
|
|
|
p('BOLD','* tdedir ','base of the qt libraries')
|
|
|
|
|
|
|
|
|
|
p('BOLD','* libsuffix ','suffix of libraries on amd64, ie: 64, 32')
|
|
|
|
|
p('BOLD','* kdeincludes','kde includes path (/usr/include/kde on debian, ..)')
|
|
|
|
|
p('BOLD','* kdeincludes','kde includes path (/usr/include/tde on debian, ..)')
|
|
|
|
|
p('BOLD','* qtincludes ','qt includes path (/usr/include/qt on debian, ..)')
|
|
|
|
|
p('BOLD','* tdelibs ','kde libraries path, for linking the programs')
|
|
|
|
|
p('BOLD','* qtlibs ','qt libraries path, for linking the program')
|
|
|
|
|