Commit da12022b authored by Felix Paul Kühne's avatar Felix Paul Kühne

qt4/mac: Don't compile demos and examples

parent deb641c7
...@@ -1614,7 +1614,7 @@ qt4_mac: qt-mac-opensource-src-$(QT4_MAC_VERSION).tar.gz ...@@ -1614,7 +1614,7 @@ qt4_mac: qt-mac-opensource-src-$(QT4_MAC_VERSION).tar.gz
$(EXTRACT_GZ) $(EXTRACT_GZ)
.qt4_mac: qt4_mac .qt4_mac: qt4_mac
(cd qt4_mac; ./configure -prefix $(PREFIX) -release -fast -no-qt3support -sdk $(MACOSX_SDK) -no-framework && make && make install) (cd qt4_mac; ./configure -prefix $(PREFIX) -release -fast -no-qt3support -nomake "examples demos" -sdk $(MACOSX_SDK) -no-framework && make && make install)
touch $@ touch $@
CLEAN_FILE += .qt4_mac CLEAN_FILE += .qt4_mac
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment