Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LOFAR
Manage
Activity
Members
Labels
Plan
Issues
Wiki
Jira issues
Open Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review 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
RadioObservatory
LOFAR
Commits
4e2ae88c
Commit
4e2ae88c
authored
10 years ago
by
Jan David Mol
Browse files
Options
Downloads
Patches
Plain Diff
Task #6526: Added howto for using the qtcreator with the Scheduler
parent
5766edb3
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitattributes
+1
-0
1 addition, 0 deletions
.gitattributes
SAS/Scheduler/src/README-qtcreator
+43
-0
43 additions, 0 deletions
SAS/Scheduler/src/README-qtcreator
with
44 additions
and
0 deletions
.gitattributes
+
1
−
0
View file @
4e2ae88c
...
...
@@ -4414,6 +4414,7 @@ SAS/OTDB/test/tBrokenHardware.cc -text
SAS/OTDB/test/tMetadata.cc -text
SAS/OTDB/test/tQueryPIC.cc -text
SAS/Scheduler/src/.default_settings.set -text
SAS/Scheduler/src/README-qtcreator -text
SAS/Scheduler/src/conflictdialog.ui -text
SAS/Scheduler/src/dataslotdialog.ui -text
SAS/Scheduler/src/digitalbeamdialog.ui -text
...
...
This diff is collapsed.
Click to expand it.
SAS/Scheduler/src/README-qtcreator
0 → 100644
+
43
−
0
View file @
4e2ae88c
The qtcreator GUI design tool can be used to edit, run, and debug the Scheduler. To do so, follow these steps:
-----------------
Build in qtcreator
-----------------
0) Go to the SAS/Scheduler/src source directory
1) Run `qtcreator'
2) Open the menu:
File -> Open File or Project...
3) Select
'CMakeLists.txt',
click
'Open'.
4) Set the build directory to (remove the full path)
'gnu_debug' or 'gnu_opt',
click
'Next >'
5) CMake arguments:
../../../.. -DBUILD_PACKAGES=Scheduler,
6) Click 'Run CMake', and scan the output for errors
7) Click 'Finish'
Note that the build will be running in the src/gnu_{debug,opt}/SAS/Scheduler/src directory.
-----------------
First run
-----------------
The Scheduler needs to have the .default_settings.set available in the running directory.
To make it available, simply symlink it from the source directory. In SAS/Scheduler/src, run:
ln -sf `pwd`/.default_settings.set gnu_*/SAS/Scheduler/src/
(Note that gnu_* will match either gnu_debug or gnu_opt).
Enjoy!
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