diff options
| author | Dominik Holland <dominik.holland@qt.io> | 2024-06-20 14:24:05 +0200 |
|---|---|---|
| committer | Dominik Holland <dominik.holland@qt.io> | 2024-06-25 17:16:17 +0200 |
| commit | 887a44e3ec581b4f723969c2baf044da90ee2f92 (patch) | |
| tree | 60737abd7aa0335343a0a16f06d6b613ca7682a1 /examples/interfaceframework/interfaceframework.pro | |
| parent | b260d02a7038615c2d5a6a845d2b0631b589dd73 (diff) | |
Rewrite the qface-addressbook 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 addressbook
Task-number: QTBUG-117034
Pick-to: 6.8
Change-Id: Ifbcf4d50e1a6da249bd36836506b8cfed52aea14
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, 1 insertions, 2 deletions
diff --git a/examples/interfaceframework/interfaceframework.pro b/examples/interfaceframework/interfaceframework.pro index 06233a70..c35e59bb 100644 --- a/examples/interfaceframework/interfaceframework.pro +++ b/examples/interfaceframework/interfaceframework.pro @@ -2,8 +2,7 @@ TEMPLATE = subdirs QT_FOR_CONFIG += interfaceframework qtConfig(ifcodegen) { - SUBDIRS += qface-climate \ - qface-addressbook + SUBDIRS += qface-climate } qtConfig(ifcodegen): qtConfig(remoteobjects): SUBDIRS += qface-remote |
