> Hi,
>  
> Why don't you try to use the normal way:
>  
> HEADERS += business/*.h
> SOURCES += *.cpp \
>           business/*.cpp
>  
> I've never seen HEADERS *= before :-) I'm a newbie too.

HEADERS += means adding
HEADERS *= means adding UNIQUE ( don't repeat files )

The same with SOURCES and many other variables...

        J.

_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-creator

Reply via email to