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
e3c29368
Commit
e3c29368
authored
6 years ago
by
Guilhem Saurel
Browse files
Options
Downloads
Patches
Plain Diff
s/USE_QT4/PROJECT_USE_QT4
parent
50ca4994
No related branches found
No related tags found
No related merge requests found
Pipeline
#3576
failed
6 years ago
Stage: test
Changes
4
Pipelines
1
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 @
e3c29368
...
...
@@ -19,7 +19,7 @@
SET
(
_use_qt_local_doc FALSE
)
SET
(
qt_online_doc
"http://doc.qt.io"
)
IF
(
USE_QT4
)
IF
(
PROJECT_
USE_QT4
)
FIND_FILE
(
QT4_TAGFILE doc/html/qt.tags
HINTS / /usr
PATH_SUFFIXES share/qt4
)
...
...
@@ -34,7 +34,7 @@ IF(USE_QT4)
SET
(
QT_TAGFILES
"
\"
${
QT4_TAGFILE
}
=
${
qt_doc
}
/archives/qt-4.8
\"
"
PARENT_SCOPE
)
ENDIF
(
_use_qt_local_doc
)
ENDIF
()
ELSE
(
USE_QT4
)
ELSE
(
PROJECT_
USE_QT4
)
SET
(
_QT_TAGFILES
)
# Available components
# qtcore qtgui qtwidgets qtnetwork qtsql
...
...
@@ -57,7 +57,7 @@ ELSE(USE_QT4)
ENDIF
()
ENDFOREACH
()
SET
(
QT_TAGFILES
${
_QT_TAGFILES
}
PARENT_SCOPE
)
ENDIF
(
USE_QT4
)
ENDIF
(
PROJECT_
USE_QT4
)
# }}}
# vim: foldmethod=marker foldlevel=0
This diff is collapsed.
Click to expand it.
doc/Makefile
+
1
−
1
View file @
e3c29368
...
...
@@ -51,7 +51,7 @@ gepetto-viewer_repository=${HPP_REPO}
gepetto-viewer-corba_branch
=
devel
gepetto-viewer-corba_repository
=
${
HPP_REPO
}
ifeq
(${QT_VERSION}, 5)
gepetto-viewer-corba_extra_flags
=
-DUSE_QT4
=
OFF
gepetto-viewer-corba_extra_flags
=
-D
PROJECT_
USE_QT4
=
OFF
endif
pythonqt_branch
=
qt
${
QT_VERSION
}
...
...
This diff is collapsed.
Click to expand it.
plugins/omniorbserver/CMakeLists.txt
+
1
−
1
View file @
e3c29368
...
...
@@ -16,7 +16,7 @@
# gepetto-viewer-corba If not, see
# <http://www.gnu.org/licenses/>.
IF
(
USE_QT4
)
IF
(
PROJECT_
USE_QT4
)
SET
(
QT4
"QT4"
)
ELSE
()
SET
(
QT4
""
)
...
...
This diff is collapsed.
Click to expand it.
tests/CMakeLists.txt
+
2
−
2
View file @
e3c29368
...
...
@@ -24,9 +24,9 @@
# Boost and add it to the test suite.
#
IF
(
USE_QT4
)
IF
(
PROJECT_
USE_QT4
)
INCLUDE
(
${
QT_USE_FILE
}
)
ENDIF
(
USE_QT4
)
ENDIF
(
PROJECT_
USE_QT4
)
ADD_DEFINITIONS
(
${
QT_DEFINITIONS
}
)
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