I want to check in which "available software sites" is installed in my eclipse. (for example- check is CDT installed on my eclipse) through C++ via QT.
I know how to do that from eclipse (Help -> install new software -> available software sites link - http://help.eclipse.org/juno/index.jsp?topic=%2Forg.eclipse.platform.doc.user%2Freference%2Fref-p2-siteprefs.htm). But I don't know how to do that from c++ code... Any idea please?