Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
1fd11f79
Commit
1fd11f79
authored
Aug 01, 2010
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
qt4: don't use CPPFLAGS for moc, since it isn't necessary and just creates trouble on Mac
parent
c713e014
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
modules/gui/qt4/Modules.am
modules/gui/qt4/Modules.am
+1
-1
No files found.
modules/gui/qt4/Modules.am
View file @
1fd11f79
...
@@ -206,7 +206,7 @@ resources.cpp: vlc.qrc $(DEPS_res)
...
@@ -206,7 +206,7 @@ resources.cpp: vlc.qrc $(DEPS_res)
$(AM_V_GEN)$(RCC) -name vlc -o $@ $<
$(AM_V_GEN)$(RCC) -name vlc -o $@ $<
.hpp.moc.cpp:
.hpp.moc.cpp:
$(moc_verbose)$(MOC) $(DEFS)
$(CPPFLAGS)
-I$(top_builddir) `$(VLC_CONFIG) --cppflags plugin qt4` -o $@ $<
$(moc_verbose)$(MOC) $(DEFS)
-I$(top_srcdir)/include -I$(top_builddir)/include
-I$(top_builddir) `$(VLC_CONFIG) --cppflags plugin qt4` -o $@ $<
.ui.h:
.ui.h:
$(AM_V_at)mkdir -p -- ui
$(AM_V_at)mkdir -p -- ui
...
...
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