diff options
author | Thiago Macieira <thiago.macieira@intel.com> | 2014-03-07 22:15:56 -0800 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2014-03-25 01:21:09 +0100 |
commit | a07bf91a15fe176f5b25e96aeea5b1b40fff947b (patch) | |
tree | 17b06e6de22120f71a6201b406671b753f94a679 | |
parent | d8ce5886971107d219dc1e597f979c97ace6d64f (diff) | |
download | qtwayland-a07bf91a15fe176f5b25e96aeea5b1b40fff947b.tar.gz qtwayland-a07bf91a15fe176f5b25e96aeea5b1b40fff947b.tar.bz2 qtwayland-a07bf91a15fe176f5b25e96aeea5b1b40fff947b.zip |
Add a note that qmake CONFIG+= only works in a clean tree
You need to use qmake -r on a tree which already has Makefiles. But you
probably need to clean up anyway in order to get the new functionality, so
this is a good recommendation for the general case.
Change-Id: Ie0fa10621a3fe961945da10a72e7fcc632f3fc0f
Reviewed-by: Jørgen Lind <jorgen.lind@digia.com>
-rw-r--r-- | README | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -15,6 +15,9 @@ include "wayland-compositor" when building the QtWayland module: qmake CONFIG+=wayland-compositor make +Note: make sure the source tree is clean before running those commands. If in +doubt, run git clean -f -d -x. + To build the QtWayland module you need the external dependencies: xkbcommon 0.2.0 - http://xkbcommon.org/ wayland 1.2.0 - http://wayland.freedesktop.org/ |