-
Notifications
You must be signed in to change notification settings - Fork 19
Nemo Mobile's continuation of MeeGo Harmattan's Qt components
License
nemomobile/qt-components
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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
About
Nemo Mobile's continuation of MeeGo Harmattan's Qt components
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published