qt4: keep qconfig.pri around
This commit is contained in:
parent
1b7ff60f09
commit
bd95e86d80
@ -2480,5 +2480,6 @@ drwxr-xr-x root/root usr/share/qt4/mkspecs/linux-g++-64/
|
||||
drwxr-xr-x root/root usr/share/qt4/mkspecs/linux-g++/
|
||||
-rw-r--r-- root/root usr/share/qt4/mkspecs/linux-g++/qmake.conf
|
||||
-rw-r--r-- root/root usr/share/qt4/mkspecs/linux-g++/qplatformdefs.h
|
||||
-rw-r--r-- root/root usr/share/qt4/mkspecs/qconfig.pri
|
||||
lrwxrwxrwx root/root usr/share/qt4/plugins -> ../../lib/qt
|
||||
-rw-r--r-- root/root usr/share/qt4/q3porting.xml
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
name=qt4
|
||||
version=4.4.2
|
||||
release=1
|
||||
release=2
|
||||
source=(ftp://ftp.trolltech.com/pub/qt/source/qt-x11-opensource-src-$version.tar.bz2)
|
||||
|
||||
build () {
|
||||
@ -33,7 +33,7 @@ build () {
|
||||
make INSTALL_ROOT=$PKG install
|
||||
|
||||
rm -rf `find $PKG/usr/share/qt4/mkspecs/* | \
|
||||
grep -v linux-g++ | grep -v common | grep -v features`
|
||||
grep -v linux-g++ | grep -v common | grep -v pri | grep -v features`
|
||||
rm -f $PKG/usr/share/qt4/mkspecs/linux-g++/linux-g++
|
||||
rm -rf $PKG/usr/share/qt4/mkspecs/features/{mac,win32}
|
||||
rm -rf $PKG/usr/share/qt4/mkspecs/common/mac*
|
||||
|
Loading…
x
Reference in New Issue
Block a user