phofman / vs-plugin

Visual Studio Plugin for BlackBerry Native Development
13 stars 3 forks source link

Enable Qt projects on PlayBook #23

Open phofman opened 9 years ago

phofman commented 9 years ago

Found a nice two articles about Qt on Playook:

Maybe my other project could expose libraries/headers for Qt for PlayBook and Visual Studio plugin could be extended to provide a wizard or something, that automatically setups everything.

phofman commented 9 years ago

Created basic project for Qt4 on PlayBook. Pushed on develop. It requires QtCore/QtGraphics libraries from custom build (released soon, along with new version of the plugin). Unfortunately the libs from NDK are not working at all.

phofman commented 9 years ago

Reopening. Let's say it's in 'experimental' stage. Proper solution should expose the .pro file and use qmake etc...

phofman commented 9 years ago

Some extra handling has been added. It's mostly injected into the project by set of dedicated NuGet packages, that automatically download, depend and inject into bar-descriptor.xml required libraries, headers and defines. More info here.