Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
da12022b
Commit
da12022b
authored
Jul 08, 2008
by
Felix Paul Kühne
Browse files
qt4/mac: Don't compile demos and examples
parent
deb641c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
extras/contrib/src/Makefile
View file @
da12022b
...
...
@@ -1614,7 +1614,7 @@ qt4_mac: qt-mac-opensource-src-$(QT4_MAC_VERSION).tar.gz
$(EXTRACT_GZ)
.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
$@
CLEAN_FILE
+=
.qt4_mac
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment