Skip to content
Snippets Groups Projects
  1. Apr 24, 2012
  2. Apr 20, 2012
  3. Apr 17, 2012
  4. Apr 16, 2012
  5. Oct 15, 2010
  6. Aug 27, 2010
    • Tobias Hunger's avatar
      Add a task list generator example · 49a650fb
      Tobias Hunger authored
       * Add a small script that will generate a tasklist by running
         "git diff origin/master" and doing some simple checks on the
         newly added line.
      
         I run this script like that in the top level Qt creator
         source directory:
         while true; do scripts/mytasks.pl > qtcreator.tasks ; sleep 600 ; done
      
         This updates the tasklist every 10min. Qt Creator will detect the change
         and reload the list.
      49a650fb
Loading