1234567891011121314151617 |
- (see LICENSE.FDL for license text)
- This set of scripts should help you build Qt for Tizen emulator (version 2.2).
- It was tested against Qt 5.0.2 and Qt 5.1 and Ubuntu 12.10 and Ubuntu 13.04.
- Build steps:
- 1. Install Tizen SDK
- 1.1 Download appropriate installer and/or sdk image from https://developer.tizen.org/downloads/tizen-sdk
- 1.2 Run installer, choose image or use network image source, pick all available components.
- 2. If you installed Tizen SDK in default location invoking following script will build and install Qt
- in rootfs/opt/usr/apps/Qt5Install directory.
-
- sudo MAKE_THREADS=4 STANDARD_USER=$USER ./downloadAndBuildAll.sh
|