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
56918079
Commit
56918079
authored
Feb 18, 2015
by
Fabio Bas
Browse files
When compiling with qt5, require at least version 5.0.3
parent
ef654341
Changes
1
Show whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
56918079
...
...
@@ -107,7 +107,8 @@ OPTION(UPDATE_TRANSLATIONS "Update translations on compile" OFF)
MESSAGE
(
"UPDATE TRANSLATIONS:
${
UPDATE_TRANSLATIONS
}
"
)
IF
(
NOT WITH_QT4
)
FIND_PACKAGE
(
Qt5Widgets
)
# First known not-broken Qt5 version (5.0.2 available on old ubuntus is buggy).
FIND_PACKAGE
(
Qt5Widgets 5.0.3
)
ENDIF
()
IF
(
Qt5Widgets_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