-
Notifications
You must be signed in to change notification settings - Fork 4
Installation
In Momentics go to Help => Install New Software. If not previously done click the Add... button in the top right corner to add our plugin repository. Enter the following information:
- Name: Momentics Unit Testing Plugins
- Location: http://downloads.blackberry.com/upr/developers/update/bbndk/unittesting/
Make sure the Work with drop down box has this repository selected. Ensure the Show only the latest versions of available software and Group items by category checkboxes are checked. Underneath the Unit Testing Plugins group there are two plugins:
- Unit Testing Framework Integration
- REQUIRED. This contains the functionality of the unit testing plugin
- Unit Testing Dependencies [WINDOWS ONLY]
- OPTIONAL. This plugin is used to install Pre-requisites/Dependencies automatically on Windows
For this option to be available you must install the Unit Testing Dependencies plugin feature. Using the Unit Testing Plugin there is a button in Window -> Preferences -> BlackBerry -> Unit Testing which will install the pre-requisites for you. After it installs them please add the path to mingw and msys to your system PATH (ie C:\deps\mingw\bin and C:\deps\msys\1.0\bin) and close/open Momentics.
Extract this zip file to c:. Add the path C:\MinGW\bin to your system path.
Follow the instructions from the MSYS website under the heading Previous MSYS versions (up to 1.0.11). Add the path C:\msys\1.0\bin to your system path.
Head over to http://qt-project.org/downloads and download the Qt 4.8.4 Libraries for MinGW 4.4.
- Add a path to the qmake executable to your system PATH variable (default is C:\Qt\4.8.4\bin)
Head over to http://www.cmake.org/cmake/help/install.html and download/install CMake. Add the CMake bin path (default to C:\Program Files (x86)\CMake 2.8\bin) to your system path. This can be tested by opening the DOS command prompt and typing "cmake -version". This should show you the verison of CMake. If it does not then the path is not set correctly.