Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
VideoLAN
VLMC
Commits
ac37b124
Commit
ac37b124
authored
Feb 09, 2014
by
Rohit Yadav
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cmake: Fix Qt5 lib search path on OSX
Signed-off-by:
Rohit Yadav
<
bhaisaab@baagi.org
>
parent
a797512b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
CMakeLists.txt
CMakeLists.txt
+3
-0
INSTALL.macosx
INSTALL.macosx
+1
-1
No files found.
CMakeLists.txt
View file @
ac37b124
...
...
@@ -112,6 +112,9 @@ FIND_PACKAGE(frei0r REQUIRED)
INCLUDE_DIRECTORIES
(
${
FREI0R_INCLUDE_DIR
}
)
# Manually set Qt5 path for OSX installed using brew
SET
(
CMAKE_PREFIX_PATH
"/usr/local/opt/qt5"
)
# search for Qt4
if
(
NOT FORCE_QT4
)
find_package
(
Qt5Core QUIET
)
...
...
INSTALL.macosx
View file @
ac37b124
...
...
@@ -3,7 +3,7 @@ Building VLMC on Mac OSX
Dependencies:
- Build tools: g++, make, cmake etc.
- Qt framework >=
4.6.0
- Qt framework >=
5.0 (brew install qt5)
Get the sources:
git clone git://git.videolan.org/vlmc.git
...
...
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