mirror of https://github.com/AxioDL/boo.git
Add Qt Application type
This commit is contained in:
parent
322c4d3aab
commit
fe7f671c0b
|
@ -40,7 +40,8 @@ public:
|
|||
Win32 = 6,
|
||||
UWP = 7,
|
||||
Revolution = 8,
|
||||
Cafe = 9
|
||||
Cafe = 9,
|
||||
Qt = 10
|
||||
};
|
||||
virtual EPlatformType getPlatformType() const=0;
|
||||
|
||||
|
|
Loading…
Reference in New Issue