qt - Do I need to share .pro.user files in a GNU GPL project? -


as red qt guide (http://doc.qt.nokia.com/qtcreator-2.4/creator-sharing-project-settings.html) saw .pro.user files stores user-specific project settings, , can make pro.shared it, don't knot how make (in spite of reading guide), , parts need include.

anyway, have provide file in gnu gpl v3 project, or developers can build app rest of source, without file?

no need .pro file build project.

the .pro.user , .pro.shared store custom ide preferences, not needed build project , aren't derived work in gpl sense


Comments

Popular posts from this blog

JQuery Autocomplete without using label, value, id -

c++ - Accessing inactive union member and undefined behavior? -

JAVA - what is the difference between void and boolean methods? -