Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LEFEBVREJP email
radix
Commits
60c18f51
Commit
60c18f51
authored
Jun 03, 2016
by
LEFEBVREJP email
Browse files
Adding default to QT4 requirement for radixplot.
parent
9f1b1e9c
Pipeline
#5121
skipped
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
radixplot/cmake/Dependencies.cmake
View file @
60c18f51
...
...
@@ -3,6 +3,10 @@
## Jordan P. Lefebvre
## Tuesday May 31 12:57:18 2016
##---------------------------------------------------------------------------##
IF
(
NOT USE_QT5
)
SET
(
USE_QT4 ON
)
ENDIF
()
IF
(
USE_QT4
)
SET
(
QT_PACKAGES QT
)
ELSE
()
...
...
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