diff options
author | Mitch Curtis <[email protected]> | 2021-08-12 14:39:51 +0200 |
---|---|---|
committer | Mitch Curtis <[email protected]> | 2021-08-16 12:52:59 +0200 |
commit | 809339d1484cf556512534367b8170bc26baf072 (patch) | |
tree | 12871313b658f36d058b5ef25af1e247e9c46ce9 /src/quickdialogs2/quickdialogs2utils/CMakeLists.txt | |
parent | b01b4f00eae8022c6a97d90f54dac395144ae095 (diff) |
Now that qtquickcontrols2 has been merged into qtdeclarative,
we should make it obvious that this repo should no longer be
used, by preventing it from being built.
Task-number: QTBUG-95173
Pick-to: 6.2
Change-Id: I95bd6a214f3d75a865ab163ee0a1f9ffbeb7a051
Reviewed-by: Alexandru Croitor <[email protected]>
Reviewed-by: Volker Hilsheimer <[email protected]>
Diffstat (limited to 'src/quickdialogs2/quickdialogs2utils/CMakeLists.txt')
-rw-r--r-- | src/quickdialogs2/quickdialogs2utils/CMakeLists.txt | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/src/quickdialogs2/quickdialogs2utils/CMakeLists.txt b/src/quickdialogs2/quickdialogs2utils/CMakeLists.txt deleted file mode 100644 index 0242ffcf..00000000 --- a/src/quickdialogs2/quickdialogs2utils/CMakeLists.txt +++ /dev/null @@ -1,23 +0,0 @@ -# This library exists because QuickDialogs2 and QuickDialogs2QuickImpl -# both need QQuickNameFilter. QQuickNameFilter was originally in -# QuickDialogs2. Since QuickDialogs2 already links to -# QuickDialogs2QuickImpl, making the latter link to the former (to get -# access to QQuickNameFilter) would result in a circular dependency, -# so we have this library as a result. - -qt_internal_add_module(QuickDialogs2Utils - SOURCES - qquickfilenamefilter.cpp - qquickfilenamefilter_p.h - qtquickdialogs2utilsglobal_p.h - DEFINES - QT_BUILD_QUICKDIALOGS2UTILS_LIB - QT_NO_CAST_FROM_ASCII - QT_NO_CAST_TO_ASCII - INCLUDE_DIRECTORIES - ${CMAKE_CURRENT_SOURCE_DIR} - LIBRARIES - Qt::GuiPrivate - PUBLIC_LIBRARIES - Qt::Core -) |