Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2896 - (hide annotations) (download)
Tue Jul 14 11:46:17 2009 UTC (14 years, 10 months ago) by niro
Original Path: trunk/core/include/qt4.sminc
File size: 221 byte(s)
-added missing pkgconfig pathes
1 niro 1927 # $Id$
2    
3 niro 1929 # add qt4 dependency
4     DEPEND="${DEPEND}
5     >= x11-libs/qt4-4.3.0"
6    
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