BGmot / BGShellBB10

Terminal emulator (shell) for BB10 devices
GNU General Public License v2.0
19 stars 10 forks source link

Build system? #2

Open singpolyma opened 11 years ago

singpolyma commented 11 years ago

How is this project built? I see no Makefile or *.pro, or anything else...

singpolyma commented 11 years ago

Come to think of it, there's no bar-descriptor.xml either

BGmot commented 11 years ago

It's managed build. Thus said unfortunately you should import all the file into src folder of your new Project then set up several env variables, then click build (old way to build Qt apps).

singpolyma commented 11 years ago

What new Project? What app are you using to build + package?

BGmot commented 11 years ago

I use BlackBerry Native SDK, I guess I must write a little how-to...

singpolyma commented 11 years ago

I have knocked together a build system based on the project file I normally use. The bar-descriptor.xml needs some work, but otherwise I think this should be it: https://github.com/singpolyma/BGShellBB10/compare/BGmot:master...singpolyma:build-system

BGmot commented 11 years ago

Looks good. Please create pull request.

singpolyma commented 11 years ago

@BGmot How do you put the icon/binaries in? Do you just copy them into the folder at the right time? I'd really like to verify a fully working packaging before I turn this into a pull request :)

singpolyma commented 11 years ago

Oh, right, another asset missing from the repo is the image for the virtual keyboard.