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
LinuxJohannes edited this page Jan 25, 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"