|
2010-01-13
, 11:36
|
Posts: 6 |
Thanked: 20 times |
Joined on Jan 2010
|
#122
|
well of course you'll need the other development systems. You don't need cross platform sdk's, even cvs lets you share code across systems.
I have given you a solution to your problem, and a way that this is not really a problem and you have tried everything to look the other way.
|
2010-01-13
, 20:15
|
Posts: 14 |
Thanked: 31 times |
Joined on Jan 2010
@ Helsinki
|
#123
|
|
2010-01-13
, 23:04
|
Posts: 3,319 |
Thanked: 5,610 times |
Joined on Aug 2008
@ Finland
|
#124
|
|
2010-01-14
, 07:45
|
Posts: 6 |
Thanked: 20 times |
Joined on Jan 2010
|
#125
|
Would it help if maemo would be based on gtk and clutter and you wouldn't have even possibility to run qt apps on it?
|
2010-01-14
, 13:15
|
Posts: 14 |
Thanked: 31 times |
Joined on Jan 2010
@ Helsinki
|
#126
|
But isn't that precisely the concern of this thread: birth of an environment, where you can't (compile and) run certain Qt apps on Maemo or Symbian or PC, not because they aren't suitable for the device interface, but because they have been coded using a non-cross-platform version of Qt?
|
2010-01-14
, 14:14
|
Posts: 3,319 |
Thanked: 5,610 times |
Joined on Aug 2008
@ Finland
|
#127
|
I said it many times. You can run Qt apps on Maemo and Symbian. Noone is going to remove that. Don't want to write platform specific app with DirectUI, use QWidgets and you will be fine
The Following User Says Thank You to attila77 For This Useful Post: | ||
|
2010-01-14
, 14:31
|
Posts: 14 |
Thanked: 31 times |
Joined on Jan 2010
@ Helsinki
|
#128
|
The Following 3 Users Say Thank You to dubik For This Useful Post: | ||
|
2010-01-14
, 15:53
|
|
Posts: 3,105 |
Thanked: 11,088 times |
Joined on Jul 2007
@ Mountain View (CA, USA)
|
#129
|
|
2010-01-15
, 04:12
|
Posts: 19 |
Thanked: 7 times |
Joined on Jan 2010
|
#130
|
What % do you think that will be left for the DUI/Orbit arena and what kind of profiles and applications do you expect from them?
Tags |
cross-platform, dui, future, harmattan, libdui, maemo, maemo 6, plain qt, programming, source compatibility, symbian |
|
I'm sure you can find plenty of literature on the subject if you are really interested. The points made by Mark Wilcox are valid. Just because people manage to cope with #ifdefs does not mean they are the best (or a good) solution for the problem. One of the greatest achievements of Qt was and is that it got rid of a hell of a lot of #ifdefs, increasing productivity (and testability) along the way.