aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2019-06-13 15:30:41 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2019-06-17 14:07:56 +0000
commit188e44aa42b9138cb8aba13a0cabf7057ab8c462 (patch)
tree48efe05bba88009c9a1f393df48c4c1126ea3367 /examples
parent5a3e668533450e82d0159596e5c24e738905f5f7 (diff)
Fix declarative build
- qmltest examples should not be built for now (there's no ported CMakeLists.txt file) - when building QmlDevTools, qml_module_include_dir should only be included during building, because those are build directory paths. - QmlTest was missing some private dependencies to find private includes Change-Id: I22a77cd46f82bc61ab84aa7bc4c9d0e38a9d603a Reviewed-by: Frederik Gladhorn <frederik.gladhorn@qt.io>
Diffstat (limited to 'examples')
-rw-r--r--examples/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt
index 74e685448e..81892b1661 100644
--- a/examples/CMakeLists.txt
+++ b/examples/CMakeLists.txt
@@ -2,9 +2,9 @@
add_subdirectory(qml)
-if(TARGET Qt::QuickTest)
- add_subdirectory(qmltest)
-endif()
+#if(TARGET Qt::QuickTest)
+ #add_subdirectory(qmltest)
+#endif()
#if(TARGET Qt::Quick)
#add_subdirectory(quick)