Reply
Thread Tools
Halftux's Avatar
Posts: 862 | Thanked: 2,511 times | Joined on Feb 2012 @ Germany
#11
Originally Posted by Willem Liu View Post
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.

Last edited by Halftux; 2015-01-27 at 01:20.
 
Reply


 
Forum Jump


All times are GMT. The time now is 07:20.