From f9016ae603cbfbfd7165626ff7eabbeeacb6f1f3 Mon Sep 17 00:00:00 2001 From: Dominik Holland Date: Mon, 14 Jun 2021 10:31:03 +0200 Subject: 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 --- examples/interfaceframework/interfaceframework.pro | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 examples/interfaceframework/interfaceframework.pro (limited to 'examples/interfaceframework/interfaceframework.pro') 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 -- cgit v1.2.3