i have used QT Creator to build, the code builds properly on windows platform but not on Mac OSX, the project is one of the samples from qextserialport project at sourceforge, the compile output in the Creator produces the following:
make: *** No rule to make target `\usr\local\Qt4.6\mkspecs\macx-g++\qmake.conf', needed by `Makefile'. Stop.
Running build steps for project QESPTA...
Starting: /usr/bin/qmake /Users/admin/Desktop/QT/qextserialport/examples/qespta/QESPTA.pro -spec macx-g++ -r CONFIG+=debug_and_release -win32
Exited with code 0.
Starting: /usr/bin/make debug -w
make: *** No rule to make target `\usr\local\Qt4.6\mkspecs\macx-g++\qmake.conf', needed by `Makefile'. Stop.
make: Entering directory `/Users/admin/Desktop/QT/qextserialport/examples/qespta'
make: Leaving directory `/Users/admin/Desktop/QT/qextserialport/examples/qespta'
Exited with code 2.
Error while building project QESPTA
When executing build step 'Make'
Running build steps for project QESPTA...
Starting: /usr/bin/qmake /Users/admin/Desktop/QT/qextserialport/examples/qespta/QESPTA.pro -spec macx-g++ -r CONFIG+=debug_and_release -win32
Exited with code 0.
Starting: /usr/bin/make debug -w
make: *** No rule to make target `\usr\local\Qt4.6\mkspecs\macx-g++\qmake.conf', needed by `Makefile'. Stop.
make: Entering directory `/Users/admin/Desktop/QT/qextserialport/examples/qespta'
make: Leaving directory `/Users/admin/Desktop/QT/qextserialport/examples/qespta'
Exited with code 2.
Error while building project QESPTA
When executing build step 'Make'
To copy to clipboard, switch view to plain text mode
Bookmarks