View Single Post
Posts: 10 | Thanked: 0 times | Joined on May 2010 @ Birmingham, United Kingdom
#7
I have got it to show the compiler output now, and I looked in the Makefile but wasn't sure what to change as this is created automatically by qmake.

I changed the code shown in my first post to point to the correct debug folder and no longer get the compilation error, the output is now:
Code:
Running build steps for project sample...
Configuration unchanged, skipping qmake step.
Starting: /usr/bin/make -w 
make: Entering directory `/home/lordmoocow/Documents/stuff/qfacebookconnect-qfacebookconnect/sample-build' 
make: Nothing to be done for `first'. 
make: Leaving directory `/home/lordmoocow/Documents/stuff/qfacebookconnect-qfacebookconnect/sample-build' 
Exited with code 0.
I did spot a load of g++ lines but they seem to have gone :\

And application output:
Code:
Starting /home/lordmoocow/Documents/stuff/qfacebookconnect-qfacebookconnect/debug/sample...
/home/lordmoocow/Documents/stuff/qfacebookconnect-qfacebookconnect/debug/sample: error while loading shared libraries: libqfacebookconnect.so.1: cannot open shared object file: No such file or directory
/home/lordmoocow/Documents/stuff/qfacebookconnect-qfacebookconnect/debug/sample exited with code 127
So now it is saying the same thing as before, but during run time, so should be a similar solution.