diff options
| author | Dominik Holland <dominik.holland@qt.io> | 2024-07-09 15:08:08 +0200 |
|---|---|---|
| committer | Dominik Holland <dominik.holland@qt.io> | 2024-07-10 09:45:25 +0200 |
| commit | f10035b626b67c553faba930db4f544e88b9e9cd (patch) | |
| tree | 63a5149992859c5f726f56605b7c3a172f1d6db6 /examples/interfaceframework/interfaceframework.pro | |
| parent | 253ee5f0b9e6dc51ee005e45a137f0d6e3335bf9 (diff) | |
Rewrite the qface-climate example using modern Qt APIs
* Use new CMake API
* Merged sub-folders into a single CMakeLists.txt
* Remove the qmake support for this example
* Rename folder to climate
* Add graphics and controls to make the example interactive
Task-number: QTBUG-117034
Pick-to: 6.8
Change-Id: Id34ffcc74c22c3a377051a97317e1ef4b3c79944
Reviewed-by: Robert Griebl <robert.griebl@qt.io>
Diffstat (limited to 'examples/interfaceframework/interfaceframework.pro')
| -rw-r--r-- | examples/interfaceframework/interfaceframework.pro | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/interfaceframework/interfaceframework.pro b/examples/interfaceframework/interfaceframework.pro index c35e59bb..23963675 100644 --- a/examples/interfaceframework/interfaceframework.pro +++ b/examples/interfaceframework/interfaceframework.pro @@ -1,9 +1,6 @@ TEMPLATE = subdirs QT_FOR_CONFIG += interfaceframework -qtConfig(ifcodegen) { - SUBDIRS += qface-climate -} qtConfig(ifcodegen): qtConfig(remoteobjects): SUBDIRS += qface-remote qtConfig(ifcodegen): qtConfig(remoteobjects): SUBDIRS += qface-tutorial |
