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 /examples/quickcontrols2/flatstyle/flatstyle.pro | |
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 'examples/quickcontrols2/flatstyle/flatstyle.pro')
-rw-r--r-- | examples/quickcontrols2/flatstyle/flatstyle.pro | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/examples/quickcontrols2/flatstyle/flatstyle.pro b/examples/quickcontrols2/flatstyle/flatstyle.pro deleted file mode 100644 index c430a30a..00000000 --- a/examples/quickcontrols2/flatstyle/flatstyle.pro +++ /dev/null @@ -1,23 +0,0 @@ -TEMPLATE = app -TARGET = flatstyle - -QT += quick quickcontrols2 widgets - -SOURCES += main.cpp - -RESOURCES += \ - qtquickcontrols2.conf \ - flatstyle.qml \ - MainForm.ui.qml \ - imports/Flat/Button.qml \ - imports/Flat/CheckBox.qml \ - imports/Flat/qmldir \ - imports/Flat/Switch.qml \ - imports/Theme/Theme.qml \ - imports/Theme/qmldir - -# Additional import path used to resolve QML modules in Qt Creator's code model -QML_IMPORT_PATH = $$PWD/imports - -target.path = $$[QT_INSTALL_EXAMPLES]/quickcontrols2/flatstyle -INSTALLS += target |