2 Attachment(s)
Cannot find Makefile. Check your build settings - QtCreator
This is on a Tablet, Ubuntu 12.04.1.
I have Qt Qmake 4.8.1 installed.
The issue is that the QtCreator is creating the make file in home directory, whereas I have specified the paths as:
Attachment 9893
and the kits are:
Attachment 9894
Despite running Qmake again, I am getting the error specified in the title.
Help please.
Re: Cannot find Makefile. Check your build settings - QtCreator
The location in which the build artefacts of your project go is specified in the Projects settings not the general Qt Creator options. You access these using the "Projects" button on the main left hand tool bar.
The settings you are looking at in the first screen shot specifies where Qt Creator creates new projects when you create a project.
Re: Cannot find Makefile. Check your build settings - QtCreator