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
07ed519a
Commit
07ed519a
authored
Jun 25, 2014
by
Fabio Bas
Browse files
Apply the patch in the previous commit globally
parent
382a382c
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
07ed519a
...
@@ -77,7 +77,11 @@ IF(Qt5Widgets_FOUND)
...
@@ -77,7 +77,11 @@ IF(Qt5Widgets_FOUND)
MESSAGE
(
STATUS
"Found Qt
${
Qt5Widgets_VERSION_STRING
}
"
)
MESSAGE
(
STATUS
"Found Qt
${
Qt5Widgets_VERSION_STRING
}
"
)
ELSE
()
ELSE
()
FIND_PACKAGE
(
Qt4 4.8.0 REQUIRED
)
FIND_PACKAGE
(
Qt4 4.8.0 REQUIRED
)
IF
(
Qt4_FOUND OR QT4_FOUND
)
IF
(
QT4_FOUND
)
# Old FindQt4.cmake modules used the same flag with different case
SET
(
Qt4_FOUND TRUE
)
ENDIF
()
IF
(
Qt4_FOUND
)
MESSAGE
(
STATUS
"Found Qt
${
QT_VERSION_MAJOR
}
.
${
QT_VERSION_MINOR
}
.
${
QT_VERSION_PATCH
}
"
)
MESSAGE
(
STATUS
"Found Qt
${
QT_VERSION_MAJOR
}
.
${
QT_VERSION_MINOR
}
.
${
QT_VERSION_PATCH
}
"
)
ELSE
()
ELSE
()
MESSAGE
(
FATAL_ERROR
"No Qt4 or Qt5 found!"
)
MESSAGE
(
FATAL_ERROR
"No Qt4 or Qt5 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