Hello,

I am trying to use QtSingleApplication on MacOS. I have downloaded qtsingleapplication-2.6_1-opensource.tar.gz from http://qt.nokia.com/products/appdev/...leapplication/

According to the install.txt file, I have opened a terminal, cd into the folder and run ./configure
After accepting the license, the install file says to run qmake and then make for building the component and examples.
When I enter the qmake command, I have the following warnings:
WARNING: Ignored (not found) '/Developer/QtProjects/qtsingleapplication-2.6_1-opensource/examples/trivial/trivial.xcodeproj'
WARNING: Ignored (not found) '/Developer/QtProjects/qtsingleapplication-2.6_1-opensource/examples/loader/loader.xcodeproj'
WARNING: Ignored (not found) '/Developer/QtProjects/qtsingleapplication-2.6_1-opensource/examples/console/console.xcodeproj'

Then, if I try to execute make, I have the error:
make: *** No targets specified and no makefile found. Stop.
What am I doing wrong?

Thanks in advance for your help