Thread Previous • Date Previous • Date Next • Thread Next |
On miércoles 23 de julio de 2014 12h'10:14 ART, Sam Bull wrote:
Is there a way for the click build command to include/exclude specific directories and files?
You need an external tool to do that. This is the reason I moved most projects to cmake and fake a make install into a DESTDIR and then click build from there (while it works fine from cli, qtcreator has some issues - can't recall which ones). That said, the idea is to move away from this cmake path for pure qml projects.
Thread Previous • Date Previous • Date Next • Thread Next |