refs #22
This commit is contained in:
14
qt/makefile
Normal file
14
qt/makefile
Normal file
@@ -0,0 +1,14 @@
|
||||
QT=$(shell ls -1 | sed -n 's/\(qt-.*\)\.tar\.gz/\1/p')
|
||||
|
||||
all: ${QT}
|
||||
cd $< && (echo "yes" | ./configure -opensource)
|
||||
cd $< && make
|
||||
|
||||
maintainer-clean: clean
|
||||
-rm -rf ${QT}
|
||||
|
||||
${QT}: ${QT}.tar.gz
|
||||
tar xzvf $<
|
||||
cd $@ && patch -p1 < ../patch/qt-sources-patch.diff
|
||||
|
||||
.PHONY: maintainer-clean all
|
Reference in New Issue
Block a user