android-tools icon indicating copy to clipboard operation
android-tools copied to clipboard

Error running qmake

Open OneMHz opened this issue 14 years ago • 1 comments

When I try to run the qmake command, I just get

QMAKESPEC has not been set, so configuration cannot be deduced. Error processing project file: C:/.../android-sdk/tools/remote/src/desktop/remotejs.pro

I just downloaded and installed the whole QT sdk. I had a few copies of qmake.exe come up, but the installer didn't put any of them in the path, so I'm not sure which is correct.

OneMHz avatar Sep 23 '11 19:09 OneMHz

You can specify a spec directly, but which spec would depend on your build environment. Are you building with Visual Studio? E.g.:

qmake -spec win32-msvc2010

The value of the spec might differ for your environment.

jnicholls avatar Sep 23 '11 19:09 jnicholls