Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
gepetto-viewer-corba
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Guilhem Saurel
gepetto-viewer-corba
Commits
cc2f9354
Unverified
Commit
cc2f9354
authored
6 years ago
by
Guilhem Saurel
Committed by
GitHub
6 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #119 from nim65s/devel
s/USE_QT4/PROJECT_USE_QT4
parents
50ca4994
e3c29368
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
doc/CMakeLists.txt
+3
-3
3 additions, 3 deletions
doc/CMakeLists.txt
doc/Makefile
+1
-1
1 addition, 1 deletion
doc/Makefile
plugins/omniorbserver/CMakeLists.txt
+1
-1
1 addition, 1 deletion
plugins/omniorbserver/CMakeLists.txt
tests/CMakeLists.txt
+2
-2
2 additions, 2 deletions
tests/CMakeLists.txt
with
7 additions
and
7 deletions
doc/CMakeLists.txt
+
3
−
3
View file @
cc2f9354
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
SET
(
_use_qt_local_doc FALSE
)
SET
(
_use_qt_local_doc FALSE
)
SET
(
qt_online_doc
"http://doc.qt.io"
)
SET
(
qt_online_doc
"http://doc.qt.io"
)
IF
(
USE_QT4
)
IF
(
PROJECT_
USE_QT4
)
FIND_FILE
(
QT4_TAGFILE doc/html/qt.tags
FIND_FILE
(
QT4_TAGFILE doc/html/qt.tags
HINTS / /usr
HINTS / /usr
PATH_SUFFIXES share/qt4
)
PATH_SUFFIXES share/qt4
)
...
@@ -34,7 +34,7 @@ IF(USE_QT4)
...
@@ -34,7 +34,7 @@ IF(USE_QT4)
SET
(
QT_TAGFILES
"
\"
${
QT4_TAGFILE
}
=
${
qt_doc
}
/archives/qt-4.8
\"
"
PARENT_SCOPE
)
SET
(
QT_TAGFILES
"
\"
${
QT4_TAGFILE
}
=
${
qt_doc
}
/archives/qt-4.8
\"
"
PARENT_SCOPE
)
ENDIF
(
_use_qt_local_doc
)
ENDIF
(
_use_qt_local_doc
)
ENDIF
()
ENDIF
()
ELSE
(
USE_QT4
)
ELSE
(
PROJECT_
USE_QT4
)
SET
(
_QT_TAGFILES
)
SET
(
_QT_TAGFILES
)
# Available components
# Available components
# qtcore qtgui qtwidgets qtnetwork qtsql
# qtcore qtgui qtwidgets qtnetwork qtsql
...
@@ -57,7 +57,7 @@ ELSE(USE_QT4)
...
@@ -57,7 +57,7 @@ ELSE(USE_QT4)
ENDIF
()
ENDIF
()
ENDFOREACH
()
ENDFOREACH
()
SET
(
QT_TAGFILES
${
_QT_TAGFILES
}
PARENT_SCOPE
)
SET
(
QT_TAGFILES
${
_QT_TAGFILES
}
PARENT_SCOPE
)
ENDIF
(
USE_QT4
)
ENDIF
(
PROJECT_
USE_QT4
)
# }}}
# }}}
# vim: foldmethod=marker foldlevel=0
# vim: foldmethod=marker foldlevel=0
This diff is collapsed.
Click to expand it.
doc/Makefile
+
1
−
1
View file @
cc2f9354
...
@@ -51,7 +51,7 @@ gepetto-viewer_repository=${HPP_REPO}
...
@@ -51,7 +51,7 @@ gepetto-viewer_repository=${HPP_REPO}
gepetto-viewer-corba_branch
=
devel
gepetto-viewer-corba_branch
=
devel
gepetto-viewer-corba_repository
=
${
HPP_REPO
}
gepetto-viewer-corba_repository
=
${
HPP_REPO
}
ifeq
(${QT_VERSION}, 5)
ifeq
(${QT_VERSION}, 5)
gepetto-viewer-corba_extra_flags
=
-DUSE_QT4
=
OFF
gepetto-viewer-corba_extra_flags
=
-D
PROJECT_
USE_QT4
=
OFF
endif
endif
pythonqt_branch
=
qt
${
QT_VERSION
}
pythonqt_branch
=
qt
${
QT_VERSION
}
...
...
This diff is collapsed.
Click to expand it.
plugins/omniorbserver/CMakeLists.txt
+
1
−
1
View file @
cc2f9354
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
# gepetto-viewer-corba If not, see
# gepetto-viewer-corba If not, see
# <http://www.gnu.org/licenses/>.
# <http://www.gnu.org/licenses/>.
IF
(
USE_QT4
)
IF
(
PROJECT_
USE_QT4
)
SET
(
QT4
"QT4"
)
SET
(
QT4
"QT4"
)
ELSE
()
ELSE
()
SET
(
QT4
""
)
SET
(
QT4
""
)
...
...
This diff is collapsed.
Click to expand it.
tests/CMakeLists.txt
+
2
−
2
View file @
cc2f9354
...
@@ -24,9 +24,9 @@
...
@@ -24,9 +24,9 @@
# Boost and add it to the test suite.
# Boost and add it to the test suite.
#
#
IF
(
USE_QT4
)
IF
(
PROJECT_
USE_QT4
)
INCLUDE
(
${
QT_USE_FILE
}
)
INCLUDE
(
${
QT_USE_FILE
}
)
ENDIF
(
USE_QT4
)
ENDIF
(
PROJECT_
USE_QT4
)
ADD_DEFINITIONS
(
${
QT_DEFINITIONS
}
)
ADD_DEFINITIONS
(
${
QT_DEFINITIONS
}
)
MACRO
(
ADD_TESTCASE NAME GENERATED
)
MACRO
(
ADD_TESTCASE NAME GENERATED
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment