> -----Original Message-----
> [...]
> Can .pro files test for commercial vs. oss licenses?  If so, and you create a 
> non-
> Qt project repo, couldn't some .pro in qtbase retrieve licheck, like QtCreator
> does here: http://code.qt.io/cgit/qt-creator/qt-
> creator.git/tree/qtcreator.pro#n123?
> 
> Is that an acceptable solution?  Seems like it would work here, although I 
> think
> the time stamp generation and commercial licenses would need to be added to
> qtbase (I think).

Thanks, that's actually an interesting idea. Obvious downside is that you need 
network access ... but you can argue that, if people are using git, they most 
likely have it 😊

Alright, seems I need to get back to the drawing board and experiment a bit. 
The suggestions for getting the licheck executables distributes so far are

- host the licheck executables outside of a qt-project.org repository, and let 
users clone it from there
- let them be downloaded by the online installer
- fetch them via qmake 

I'll look into each one of them. Meanwhile, consider the request for the 
repository withdrawn for now.

Thanks

Kai
_______________________________________________
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to