Re: [Interest] Two from one.

2018-02-10 Thread Shantanu Tushar
FWIW we've been using four projects under SUBDIRS- lib/lib.pro desktop/desktop.pro mobile/mobile.pro tests/tests.pro where lib is the business logic code and desktop, mobile are QML UIs for desktop and Android. It has worked really well for us for more than 3 years and I've never had a "problem"

Re: [Interest] Two from one.

2018-02-10 Thread Benjamin TERRIER
2018-02-09 14:40 GMT+01:00 william.croc...@analog.com < william.croc...@analog.com>: > > >> Think about C++ classes and files. If you have 3 classes like A, B and C, >> it is >> common practice >> to have them defined in 3 header files in particular if they are complex >> classes, even if both B a