summaryrefslogtreecommitdiffstats
path: root/examples/demos/clocks
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@qt.io>2018-08-07 09:24:01 +0200
committerFrederik Gladhorn <frederik.gladhorn@qt.io>2018-08-20 15:00:50 +0000
commitbf8e5b17c12919005504432f37dc965c49c33159 (patch)
tree0a643ea16d64577ca3a67f624e5ff373be8639f7 /examples/demos/clocks
parent3236562180cfa298ed16525b2a1d2757f514a14c (diff)
Move shared example folder to examples/demos/shared
The root examples directory should not contains shared folders. In the past multimedia was the only module installing things there, now the qtdoc module started doing the same. Let's clean up both. Fixes: QTBUG-69784 Change-Id: Id9f98711e1dff3f610bafddc2a8bebbb764e1504 Reviewed-by: Paul Wicking <paul.wicking@qt.io> Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io> Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>
Diffstat (limited to 'examples/demos/clocks')
-rw-r--r--examples/demos/clocks/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/demos/clocks/main.cpp b/examples/demos/clocks/main.cpp
index 5d5b0ca64..c2508dc6a 100644
--- a/examples/demos/clocks/main.cpp
+++ b/examples/demos/clocks/main.cpp
@@ -47,5 +47,5 @@
** $QT_END_LICENSE$
**
****************************************************************************/
-#include "../../shared/shared.h"
+#include "../shared/shared.h"
DECLARATIVE_EXAMPLE_MAIN(demos/clocks/clocks)