Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guilhem Saurel
hpp-gui
Commits
f514fb50
Commit
f514fb50
authored
Feb 12, 2018
by
Joseph Mirabel
Committed by
Joseph Mirabel
Feb 12, 2018
Browse files
Fix CMakeLists.txt
parent
5bab2477
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
f514fb50
...
...
@@ -52,6 +52,7 @@ MESSAGE(STATUS "Looking for Qt ${DESIRED_QT_VERSION_MAJOR}.")
SET
(
CMAKE_INCLUDE_CURRENT_DIR ON
)
IF
(
USE_QT4
)
FIND_PACKAGE
(
Qt4 REQUIRED QtCore QtGui QtOpenGl QtNetwork
)
ADD_DEFINITIONS
(
-DUSE_QT4
)
SET
(
PKG_CONFIG_EXTRA
"qtversion:
${
QT_VERSION_MAJOR
}
.
${
QT_VERSION_MINOR
}
.
${
QT_VERSION_PATCH
}
"
)
ELSE
(
USE_QT4
)
FOREACH
(
component
"Core"
"Widgets"
"Gui"
"OpenGL"
"Concurrent"
"Network"
)
...
...
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