Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
1c9540be
Commit
1c9540be
authored
Jun 25, 2014
by
Daenyth
Browse files
Set cmake module path to local for findqtmobility
parent
0eb00fe3
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/CMakeLists.txt
View file @
1c9540be
...
@@ -126,6 +126,7 @@ if(APPLE)
...
@@ -126,6 +126,7 @@ if(APPLE)
ENDIF
(
APPLE
)
ENDIF
(
APPLE
)
if
(
NOT QT_QTMULTIMEDIA_FOUND
)
if
(
NOT QT_QTMULTIMEDIA_FOUND
)
SET
(
CMAKE_MODULE_PATH
${
CMAKE_CURRENT_SOURCE_DIR
}
)
FIND_PACKAGE
(
QtMobility REQUIRED
)
FIND_PACKAGE
(
QtMobility REQUIRED
)
endif
(
NOT QT_QTMULTIMEDIA_FOUND
)
endif
(
NOT QT_QTMULTIMEDIA_FOUND
)
...
...
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