summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2014-03-07 22:15:56 -0800
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-03-25 01:21:09 +0100
commita07bf91a15fe176f5b25e96aeea5b1b40fff947b (patch)
tree17b06e6de22120f71a6201b406671b753f94a679 /README
parentd8ce5886971107d219dc1e597f979c97ace6d64f (diff)
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>
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 3 insertions, 0 deletions
diff --git a/README b/README
index 368ecbc3d..f26089766 100644
--- a/README
+++ b/README
@@ -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/