diff options
| author | Dominik Holland <dominik.holland@qt.io> | 2021-06-14 10:31:03 +0200 |
|---|---|---|
| committer | Dominik Holland <dominik.holland@qt.io> | 2021-06-16 09:40:47 +0000 |
| commit | f9016ae603cbfbfd7165626ff7eabbeeacb6f1f3 (patch) | |
| tree | 80a86a01f67bfa5bbb2a79cacdb2e8209b4721df /examples/interfaceframework/interfaceframework.pro | |
| parent | 59c60668ada002c3c4d77e30520be840bed758f6 (diff) | |
Rename all files to match the new module name
This is a follow-up of the previous commit.
Task-number: AUTOSUITE-1633
Change-Id: I6feb63a346a4c94c434df83cd1255904fe8acc68
Reviewed-by: Robert Griebl <robert.griebl@qt.io>
Diffstat (limited to 'examples/interfaceframework/interfaceframework.pro')
| -rw-r--r-- | examples/interfaceframework/interfaceframework.pro | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/interfaceframework/interfaceframework.pro b/examples/interfaceframework/interfaceframework.pro new file mode 100644 index 00000000..9c1e40c8 --- /dev/null +++ b/examples/interfaceframework/interfaceframework.pro @@ -0,0 +1,10 @@ +TEMPLATE = subdirs + +QT_FOR_CONFIG += interfaceframework +qtConfig(ifcodegen) { + SUBDIRS += qface-if-climate \ + qface-if-addressbook +} +qtConfig(ifcodegen): qtConfig(remoteobjects): SUBDIRS += qface-if-remote + +qtConfig(ifcodegen): qtConfig(remoteobjects): SUBDIRS += qface-tutorial |
