diff options
| author | Alexandru Croitor <alexandru.croitor@qt.io> | 2019-06-13 15:30:41 +0200 |
|---|---|---|
| committer | Alexandru Croitor <alexandru.croitor@qt.io> | 2019-06-17 14:07:56 +0000 |
| commit | 188e44aa42b9138cb8aba13a0cabf7057ab8c462 (patch) | |
| tree | 48efe05bba88009c9a1f393df48c4c1126ea3367 /src/qmltest | |
| parent | 5a3e668533450e82d0159596e5c24e738905f5f7 (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 'src/qmltest')
| -rw-r--r-- | src/qmltest/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/qmltest/CMakeLists.txt b/src/qmltest/CMakeLists.txt index b5d8a61d45..c9d13711d7 100644 --- a/src/qmltest/CMakeLists.txt +++ b/src/qmltest/CMakeLists.txt @@ -17,6 +17,9 @@ add_qt_module(QuickTest QT_NO_URL_CAST_FROM_STRING LIBRARIES Qt::TestPrivate + Qt::Quick # special case + Qt::QuickPrivate # special case + Qt::QmlPrivate # special case PUBLIC_LIBRARIES Qt::Core Qt::Test |
