diff options
| author | Dominik Holland <dominik.holland@qt.io> | 2021-09-16 16:00:07 +0200 |
|---|---|---|
| committer | Dominik Holland <dominik.holland@qt.io> | 2021-09-22 13:51:56 +0200 |
| commit | fe874d5625c324e76f2beccb16b8036498c26165 (patch) | |
| tree | 6c832a2f4b42fd0b0bc4f94b53f3f3087f4c90fa /examples/interfaceframework/interfaceframework.pro | |
| parent | 69377143cc5fab6cf68c892305252ef00c0a6d05 (diff) | |
Refactor examples and its documentation
* Remove -if- in example names
* Replace _ in example names with -
* Move all related docs and images to the example folder
Pick-to: 6.2
Change-Id: I1fe38c7d4d735c48224c8bdf8622c701ab056070
Reviewed-by: Robert Griebl <robert.griebl@qt.io>
Diffstat (limited to 'examples/interfaceframework/interfaceframework.pro')
| -rw-r--r-- | examples/interfaceframework/interfaceframework.pro | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/interfaceframework/interfaceframework.pro b/examples/interfaceframework/interfaceframework.pro index 9c1e40c8..06233a70 100644 --- a/examples/interfaceframework/interfaceframework.pro +++ b/examples/interfaceframework/interfaceframework.pro @@ -2,9 +2,9 @@ TEMPLATE = subdirs QT_FOR_CONFIG += interfaceframework qtConfig(ifcodegen) { - SUBDIRS += qface-if-climate \ - qface-if-addressbook + SUBDIRS += qface-climate \ + qface-addressbook } -qtConfig(ifcodegen): qtConfig(remoteobjects): SUBDIRS += qface-if-remote +qtConfig(ifcodegen): qtConfig(remoteobjects): SUBDIRS += qface-remote qtConfig(ifcodegen): qtConfig(remoteobjects): SUBDIRS += qface-tutorial |
