Magellan Linux

Diff of /branches/R11-unstable/include/qt3.sminc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

trunk/core/include/qt3.sminc revision 1928 by niro, Wed Jun 10 16:25:13 2009 UTC trunk/include/qt3.sminc revision 9880 by niro, Sat Jan 14 01:48:34 2012 UTC
# Line 1  Line 1 
1  # $Id$  # $Id$
2    
3  export QTDIR=/usr  # add qt3 dependency
 export QMAKE=${QTDIR}/bin/qmake  
   
4  DEPEND="${DEPEND}  DEPEND="${DEPEND}
5   >= x11-libs/qt-3.3.8"   >= x11-libs/qt3-3.3.8"
6    
7    export QTDIR=/opt/qt3
8    export QMAKE=${QTDIR}/bin/qmake
9    export QTLIB=${QTDIR}/$(mlibdir)
10    export PKG_CONFIG_PATH=${PKG_CONFIG_PATH}:${QTLIB}/pkgconfig

Legend:
Removed from v.1928  
changed lines
  Added in v.9880