summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAndras Becsi <andras.becsi@digia.com>2013-08-23 15:28:03 +0200
committerFrederik Gladhorn <frederik.gladhorn@digia.com>2013-08-23 16:18:41 +0200
commit5d45ea5f8985d9b64ef3b71280be2d7042594746 (patch)
tree0fb7060f515ed26d033e77471f9a920bfb8404d0 /README.md
parent1c7c1b1e73598053d0dfd339c1181167e98c8e7a (diff)
downloadqtenginio-5d45ea5f8985d9b64ef3b71280be2d7042594746.tar.gz
Rename the project file and update README
Rename the project file to match the module name and update the README with information about build configuration and contribution. Change-Id: I7d4a09b0677f0d3b68ddb53540bc7ae336074805 Reviewed-by: Frederik Gladhorn <frederik.gladhorn@digia.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md28
1 files changed, 9 insertions, 19 deletions
diff --git a/README.md b/README.md
index 52e996c..37829bb 100644
--- a/README.md
+++ b/README.md
@@ -12,19 +12,8 @@ Client library for accessing Enginio service from Qt and QML code.
* Windows: http://www.perl.org/get.html
# Build & Install
-* Two build configurations provided: *standalone static library config* and *shared library config*
-* Both configurations can install the Enginio Library as Qt5 module
-
-1. Standalone static library config
- * The default build config for Enginio Library
- * Produces a static library on Linux and Mac
- * `qmake && make` - Builds the library to local target under the source folder
- * `make install` - Installs the static library as a globally available Qt5 module
-
-
-2. Shared library config
- * `qmake CONFIG+=sharedlib && make install`
- * Produces shared library and installs it as a globally available Qt5 module
+ * `qmake && make install`
+ * Produces shared library and installs it as a globally available Qt5 module
# Usage
* In C++ applications
@@ -34,12 +23,13 @@ Client library for accessing Enginio service from Qt and QML code.
* Import Enginio components with `import Enginio 1.0`
# Contributing
-* Fork the repository on [GitHub](https://github.com/enginio/enginio-qt)
-* Create a [feature branch](http://nvie.com/posts/a-successful-git-branching-model/) (i.e. create a branch which is named like `my-cool-feature`)
-* Implement the new feature and automated tests for it
-* Make sure all tests pass
-* Submit a pull request that includes only your feature branch
-
+* Contributing to the Enginio Qt Library works the same way as contributing to any other Qt module
+ * See [Qt Contribution Guidelines](http://qt-project.org/wiki/Qt-Contribution-Guidelines)
+ * Clone the repository from ssh://codereview.qt-project.org/qt/qtenginio.git
+ * Implement the new feature and automated tests for it
+ * Make sure all tests pass
+ * Push your change for review to [Gerrit](http://qt-project.org/wiki/Gerrit-Introduction)
+ * Add reviewers (You can find e-mail addresses in git log and git blame)
# Copyright
Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).