summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAndras Becsi <andras.becsi@digia.com>2013-05-30 14:15:54 +0200
committerAndras Becsi <andras.becsi@digia.com>2013-05-30 14:34:30 +0200
commitd28f6b0bc0b136ddb3cac294f7d23644d911195d (patch)
treebebe97df80624f295a02da42ca175001ca508923 /README.md
parentc58c60cb32dae2dfe4fb16116cb51c3fcc57a7e2 (diff)
downloadqtenginio-d28f6b0bc0b136ddb3cac294f7d23644d911195d.tar.gz
Rename no-package option to sharedlib and fix developer build
by only applying the force_independent option for non-developer builds.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0d4732a..94a06b8 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@ Client library for accessing Enginio service from Qt and QML code.
2. Shared library config
- * `qmake CONFIG+=no-package && make install`
+ * `qmake CONFIG+=sharedlib && make install`
* Produces shared library and installs it as a globally available Qt5 module
# Usage