Magellan Linux

Annotation of /branches/R11-unstable/include/qt4.sminc

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4819 - (hide annotations) (download)
Wed Feb 10 20:09:32 2010 UTC (14 years, 3 months ago) by niro
Original Path: trunk/core/include/qt4.sminc
File size: 224 byte(s)
-be split-build compatible, depend on minimal qt4-core dependency
1 niro 1927 # $Id$
2    
3 niro 1929 # add qt4 dependency
4     DEPEND="${DEPEND}
5 niro 4819 >= x11-libs/qt4-core-4.5"
6 niro 1929
7 niro 1927 export QTDIR=/opt/qt4
8 niro 1928 export QMAKE=${QTDIR}/bin/qmake4
9 niro 1929 export QTLIB=${QTDIR}/$(mlibdir)
10 niro 2896 export PKG_CONFIG_PATH=${PKG_CONFIG_PATH}:${QTLIB}/pkgconfig