[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[paparazzi-commits] [paparazzi/paparazzi] 0ffaaf: [generator] Qt project
From: |
GitHub |
Subject: |
[paparazzi-commits] [paparazzi/paparazzi] 0ffaaf: [generator] Qt project generator with VPath fix (#... |
Date: |
Tue, 08 Nov 2016 00:27:22 -0800 |
Branch: refs/heads/master
Home: https://github.com/paparazzi/paparazzi
Commit: 0ffaaf85b698a31f5b6ed3004c7814e2322f8b8d
https://github.com/paparazzi/paparazzi/commit/0ffaaf85b698a31f5b6ed3004c7814e2322f8b8d
Author: kevindehecker <address@hidden>
Date: 2016-11-08 (Tue, 08 Nov 2016)
Changed paths:
M Makefile.ac
M sw/airborne/Makefile
A sw/tools/find_vpaths.py
M sw/tools/generators/gen_aircraft.ml
A sw/tools/qt_project.py
Log Message:
-----------
[generator] Qt project generator with VPath fix (#1940)
Replaces #1533. Description over there is still accurate. Two additions:
- The user needs to manually set PAPARAZZI_HOME, PAPARAZZI_SRC and TARGET in
the build environment after opening .creator file.
- The user needs to manually set the build and clean steps. Disable the check
at "all" and put in "Make Arguments": -C /home/houjebek/paparazzi -f
Makefile.ac AIRCRAFT=<name> <target>.compile. For example: -C
/home/houjebek/paparazzi -f Makefile.ac AIRCRAFT=Iris ap.compile
This needs to happen only once, after which QT will create a .creator.user file
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [paparazzi-commits] [paparazzi/paparazzi] 0ffaaf: [generator] Qt project generator with VPath fix (#...,
GitHub <=