Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-1.1
Commits
c8f3f099
Commit
c8f3f099
authored
Oct 03, 2009
by
Christophe Mutricy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Silence uic, moc and rcc
parent
9b0fc821
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
8 deletions
+16
-8
modules/gui/qt4/Modules.am
modules/gui/qt4/Modules.am
+16
-8
No files found.
modules/gui/qt4/Modules.am
View file @
c8f3f099
...
...
@@ -179,19 +179,27 @@ DEPS_res = \
BUILT_SOURCES += $(nodist_SOURCES_qt4)
moc_verbose = $(moc_verbose_$(V))
moc_verbose_ = $(moc_verbose_$(AM_DEFAULT_VERBOSITY))
moc_verbose_0 = @echo " MOC " $@;
uic_verbose = $(uic_verbose_$(V))
uic_verbose_ = $(uic_verbose_$(AM_DEFAULT_VERBOSITY))
uic_verbose_0 = @echo " UIC " $@;
resources.cpp: vlc.qrc $(DEPS_res)
$(RCC) -name vlc -o $@ $<
$(
AM_V_GEN)$(
RCC) -name vlc -o $@ $<
.hpp.moc.cpp:
$(MOC) $(DEFS) $(CPPFLAGS) -I$(top_builddir) `$(VLC_CONFIG) --cppflags plugin qt4` -o $@ $<
$(
moc_verbose)$(
MOC) $(DEFS) $(CPPFLAGS) -I$(top_builddir) `$(VLC_CONFIG) --cppflags plugin qt4` -o $@ $<
.ui.h:
mkdir -p -- ui
rm -f $@ $@.tmp
echo "#define Q_(a,b) QString::fromUtf8(_(a))" > $@.tmp
$(UIC) -tr "Q_" $< >> $@.tmp
sed -e 's/Q_(\"_(\\\"\(.*\)\\\")"/Q_("\1"/' $@.tmp >$@
rm -f $@.tmp
$(AM_V_at)
mkdir -p -- ui
$(AM_V_at)
rm -f $@ $@.tmp
$(AM_V_at)
echo "#define Q_(a,b) QString::fromUtf8(_(a))" > $@.tmp
$(
uic_verbose)$(
UIC) -tr "Q_" $< >> $@.tmp
$(AM_V_at)
sed -e 's/Q_(\"_(\\\"\(.*\)\\\")"/Q_("\1"/' $@.tmp >$@
$(AM_V_at)
rm -f $@.tmp
SOURCES_qt4 = qt4.cpp \
menus.cpp \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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