Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
lcgcool
cool
Merge requests
!1
Qt5 ace fixes
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Qt5 ace fixes
qt5-ACE-fixes
into
master
Overview
0
Commits
15
Pipelines
0
Changes
29
Merged
Charles Delort
requested to merge
qt5-ACE-fixes
into
master
7 years ago
Overview
0
Commits
15
Pipelines
0
Changes
29
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
d58a142e
15 commits,
7 years ago
29 files
+
289
−
280
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
29
Search (e.g. *.vue) (Ctrl+P)
src/CoolTest/CMakeLists.txt
+
4
−
0
Options
@@ -144,6 +144,10 @@ coral_build_and_release_env(SET COOL_MVINSERTION_PREFETCH_MAXROWS 1000)
# The third is still necessary for ROOT 6.08 (CORALCOOL-2959, ROOT-8458)
coral_build_and_release_env
(
SET COOL_PYCOOLTEST_SKIP_ROOT8458 1
)
# Give release env for Qt5 (CORALCOOL-3006)
coral_build_and_release_env
(
SET QT_QPA_PLATFORM_PLUGIN_PATH $ENV{QT_PLUGIN_PATH}
)
#coral_build_and_release_env(SET QT_QPA_PLATFORM_PLUGIN_PATH /cvmfs/sft.cern.ch/lcg/releases/qt5/5.9.2-774b9/x86_64-slc6-gcc62-opt/plugins/platforms/)
coral_build_and_release_env
(
SET QT_XKB_CONFIG_ROOT /usr/share/X11/xkb
)
#----------------------------------------------------------------------------
# Additional runtime for the COOL nightly tests
# Some settings are different on the various slots
Loading