actually, I found this that helped me a bit:
http://doc.qt.nokia.com/4.3/qmake-en....html#installs
and i put this into the Makefile(which is real, generated from real program and containing a lot of raws)I've placed a file to from/ and I want it to be copied to to/Qt Code:
: documentation.path = to/ documentation.files = from/* INSTALLS += documentation ... ... ####### Install install: $(INSTALLS) uninstall: FORCE FORCE:To copy to clipboard, switch view to plain text mode
but when I give make install it says make: *** No rule to make target `documentation', needed by `install'. Stop.
What do I do wrong?
Bookmarks