# this build class sets up qmake variables to # * build using the Qt Windowing System (QWS) # * use qt # * link against supc++ instead of stdc++ # * use threads, if requested via PALMTOP_USE_MULTITHREADED_QT = "yes" # inherit this class to build programs against libqpe # inherit opie if you want to build programs against libopie2 # don't override EXTRA_QMAKEVARS_POST, if you use inherit this class inherit qmake # special case for DISTRO = sharprom CPP_SUPPORT_LIB = "LIBS-=-lstdc++ LIBS+=-lsupc++" CPP_SUPPORT_LIB_sharprom-compatible = "LIBS+=-lstdc++" EXTRA_QMAKEVARS_POST += "DEFINES+=QWS CONFIG+=qt ${CPP_SUPPORT_LIB}" EXTRA_QMAKEVARS_POST += '${@base_conditional("PALMTOP_USE_MULTITHREADED_QT", "yes", "CONFIG+=thread", "CONFIG-=thread",d)}' EXTRA_QMAKEVARS_POST += "${@["LIBS+=-lqpe ", ""][(bb.data.getVar('PN', d, 1) == 'libqpe-opie')]}" DEPENDS_prepend = "${@["virtual/libqpe1 uicmoc-native ", ""][(bb.data.getVar('PN', d, 1) == 'libqpe-opie')]}" QT_LIBRARY = '${@base_conditional("PALMTOP_USE_MULTITHREADED_QT", "yes", "qte-mt", "qte", d)}' EXTRA_QMAKEVARS_POST += " DEFINES+=OPIE_BINDIR='\"${bindir}\"' DEFINES+=OPIE_LIBDIR='\"${libdir}/opie/lib\"' DEFINES+=OPIE_QTDIR='\"${libdir}/opie\"' " PACKAGES = "${PN}-dbg ${PN}-dev ${PN} ${PN}-doc ${PN}-locale" FILES_${PN} += " ${palmtopdir} " FILES_${PN}-dbg += " ${palmtopdir}/lib/.debug \ ${palmtopdir}/bin/.debug \ ${palmtopdir}/plugins/*/.debug " 36ea43e3b00c66e884'>refslogtreecommitdiff
path: root/packages/application-registry
c852a77b8e473d7d2009da5ebea6e47eb'>espeak: bump to 1.37. fix RDEPENDS.
AgeCommit message (Expand)AuthorFiles
2006-12-31remove extra whitespace at end-of-line in about 900 bb files.Rolf Leggewie1
2006-10-10Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them.Koen Kooi1
2005-06-30import clean BK tree at cset 1.3670Koen Kooi8
Junqian Gordon Xu1