You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DTFUHF edited this page Nov 30, 2014
·
3 revisions
It is possible to use Qt Creator to build and debug GCS.
You should open the /ground/ground.pro project file with Qt Creator. The next step is to set the shadow library and change the build directory to /build/ground.
NOTE
If you get an error related to "backendcapabilities.h: No such file or directory" change line #include "backendcapabilities.h" to #include "phonon/backendcapabilities.h"
WINDOWS NOTES
You may need to run Creator as admin.
Make sure Creator can find your Python27 install (i.e. put it in system path).