It seems that it can't handle sources in subdirectories. I've now put all the source files in the top directory and the error is gone.
It can handle sources in subdirectories it is because you have some Makfiles in the subdirectories with notations for QtCreator(win) and these can not be analysed from autobuilder.
So you need to change your rules file like this from the wiki.
Maybe that helps some people who are struggling with the same.
Instead of commenting out the "make clean" command you can put another command above.
Code:
qmake YourAppname.pro
And the makefile gets created in the autobuilder and will have some linux format which will not cause Multiple Target Patterns when a make command is called.
So you need to change your rules file like this from the wiki.
Maybe that helps some people who are struggling with the same.
Instead of commenting out the "make clean" command you can put another command above.
N900: gpxsee, fahrplan, gpscon, genwall, qrcode, hextool, libjansson4, libevent-2.0-5, cnee, psi-plus, mihphoto, shc
Maemo flasher/rescue live image.
Fremantle Harmattan SDK VM
Last edited by Halftux; 2015-01-27 at 01:20.