Skip to content

Update buildconf for qt5 #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 6 additions & 9 deletions manifest
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
package_sets:
- type: git
url: $GITORIOUS_ROOT/rock-toolchain/package_set.git
push_to: $GITORIOUS_PUSH_ROOT/rock-toolchain/package_set.git
branch: $ROCK_FLAVOR
- type: git
url: $GITORIOUS_ROOT/rock-tutorials/package_set.git
push_to: $GITORIOUS_PUSH_ROOT/rock-tutorials/package_set.git
- github: rock-core/package_set
branch: feature/qt5
- github: rock-core/rock-package_set
branch: feature/qt5
- github: rock-tutorials/tutorials-package_set

# Layout. Note that the rock.base, rock.toolchain and orocos.toolchain sets are
# imported by other rock sets.
layout:
- rock.base
- rock.toolchain
- rock.core
- rock.tutorials

exclude_packages:
Expand Down
36 changes: 32 additions & 4 deletions overrides.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,35 @@
# in the package sets. Below is an example to change the branch name for a given
# package
#
# overrides:
# - rtt
# branch: test
#

overrides:
# For compatibility with qt5
- gui/vizkit3d:
github: rock-core/gui-vizkit3d.git
branch: feature/qt5

- gui/rock_widget_collection:
github: rock-core/gui-rock_widget_collection.git
branch: feature/qt5

- gui/osg_qt4:
github: rock-core/gui-osg_qt4.git
branch: feature/qt5

- base/types:
github: rock-core/base-types.git
branch: feature/qt5

# Pending merge requests
- tutorials/designer_widget_tutorial:
github: haider8645/tutorials-designer_widget_tutorial
branch: qt5

- tutorials/vizkit3d_plugin_tutorial:
github: haider8645/tutorials-vizkit3d_plugin_tutorial
branch: feature/qt5

- tutorials/rock_tutorial :
github: haider8645/tutorials-rock_tutorial
branch: feature/qt5