Is it possible to write code business layer logic on QtCreator which can be reused in future for Qt For Device Creator?
-
Hi, All.
Is it possible to write code business logic on QtCreator which can be reused in future for Qt For Device Creator?
I am talking about all the business logic which will be written first for desktop and after some period we will want to take this logic and recompile and rebuild for embedded device.
Is this some useful article that I can read about it?
Thanks in Advance
Noam -
Hi, All.
Is it possible to write code business logic on QtCreator which can be reused in future for Qt For Device Creator?
I am talking about all the business logic which will be written first for desktop and after some period we will want to take this logic and recompile and rebuild for embedded device.
Is this some useful article that I can read about it?
Thanks in Advance
NoamAFAIK, the Qt For Device Creator is mainly the portable device-abstracting library platform plus a bootable runtime system for devices, so what you are thinking of doing is exactly as one is supposed to be able to do and the very way of working that makes most sense for software development.
-
AFAIK, the Qt For Device Creator is mainly the portable device-abstracting library platform plus a bootable runtime system for devices, so what you are thinking of doing is exactly as one is supposed to be able to do and the very way of working that makes most sense for software development.