Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenFlipper-Free
OpenFlipper
Commits
c35074f9
Commit
c35074f9
authored
Jun 12, 2017
by
Martin Schultz
Browse files
changed default flags to find qt to nothing for backwards compatibility.
parent
0d2ec9a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
cmake/ACGQt.cmake
View file @
c35074f9
...
...
@@ -28,7 +28,7 @@ macro (acg_qt5)
set
(
QT5_INSTALL_PATH_EXISTS TRUE
)
endif
()
set
(
QT5_FINDER_FLAGS
"
NO_DEFAULT_PATH
"
CACHE STRING
"Flags for the Qt finder e.g.
set
(
QT5_FINDER_FLAGS
""
CACHE STRING
"Flags for the Qt finder e.g.
NO_DEFAULT_PATH if no system installed Qt shall be found"
)
# compute default search paths
set
(
SUPPORTED_QT_VERSIONS 5.9 5.8 5.7 5.6
)
...
...
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