To produce full profiling information with function timing data, you need to run the application as root; this is required when running through qconn.
If you run the application as a normal user, the Application Profiler tool can generate only call-chain information.
You have to specify the Shared library path in two locations: use the Uploads tab in the launch configuration if libraries have to be uploaded every time an application runs, and use the Shared Libraries tab on the Tools tab to specify the host location of libraries so that the IDE can read their debug symbols to show their symbol information.
Since the dynamic library isn't included with the IDE, there is an issue caused by the static linkage of the profiling library. To solve this problem, you'll need to do the following:
Make sure that the text box for Linker options includes the -Wl,-E options.