diff options
| author | Dominik Holland <dominik.holland@qt.io> | 2024-07-09 17:07:29 +0200 |
|---|---|---|
| committer | Dominik Holland <dominik.holland@qt.io> | 2024-07-10 11:53:32 +0200 |
| commit | ace4cd5b479ca4dc4d0f8d1cd278cb2ee49afc4d (patch) | |
| tree | 6e7282a4aa667dfe65942097f6ce6342bc651abe /examples/interfaceframework/interfaceframework.pro | |
| parent | 7627408cba12d303639815fa2c168265cbdd2e54 (diff) | |
Rewrite the qface-remote 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 remote
Task-number: QTBUG-117034
Pick-to: 6.8
Change-Id: I7551bc50529f58c90323f2b68ca6b93186550381
Reviewed-by: Robert Griebl <robert.griebl@qt.io>
Diffstat (limited to 'examples/interfaceframework/interfaceframework.pro')
| -rw-r--r-- | examples/interfaceframework/interfaceframework.pro | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/interfaceframework/interfaceframework.pro b/examples/interfaceframework/interfaceframework.pro index 23963675..948ff03b 100644 --- a/examples/interfaceframework/interfaceframework.pro +++ b/examples/interfaceframework/interfaceframework.pro @@ -1,6 +1,5 @@ TEMPLATE = subdirs QT_FOR_CONFIG += interfaceframework -qtConfig(ifcodegen): qtConfig(remoteobjects): SUBDIRS += qface-remote qtConfig(ifcodegen): qtConfig(remoteobjects): SUBDIRS += qface-tutorial |
