-
Notifications
You must be signed in to change notification settings - Fork 19
/
README
42 lines (30 loc) · 1.34 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
This source tree contains the Qt Quick Components project.
Building
========
configure
make
make install
The project is divided into:
- The module Qt.labs.components: _for now_ contains general purpose helpers for QML.
and also (for the time being) two QML modules for component sets implemented using those components
- com.meego: components from MeeGo Touch UI library,
The lib will install in QTDIR/lib, while the modules will go to QTDIR/imports.
Coding Style
==================
Follow the respective Qt coding style for C++ and QML files and the
JavaScript coding style for JS only files.
Coding Styles
- Qt C++: http://qt.gitorious.org/qt/pages/QtCodingStyle
- QML: http://doc.qt.nokia.com/4.7/qml-coding-conventions.html
- JS: https://developer.mozilla.org/En/Developer_Guide/Coding_Style
Build instructions for MeeGoTouch (quickstart)
==============================================
(After trying to install things in a different prefix,
I gave up since I couldn't get meegotouch to find its theme.)
You will need these projects:
git://gitorious.org/meegotouch/meegotouch-theme.git
[email protected]:qt-components/qt-components.git
1: meegotouch-theme: qmake PREFIX=/usr/local/ && sudo make install
2: qt-components: ./configure -meego && make install
(installs into your current binary qt path)
or use dpkg-buildpackage to make a .deb package