diff options
| author | Damien Caliste <dcaliste@free.fr> | 2020-09-14 16:20:03 +0200 |
|---|---|---|
| committer | Chris Adams <chris.adams@qinetic.com.au> | 2021-04-08 10:39:07 +1000 |
| commit | 6c5ad957ea9ea3161b9db0af78e5b293d68d27a9 (patch) | |
| tree | 700bbcea0d8778c88406434e9e82589b3f3352c9 /examples/examples.pro | |
| parent | 5f41ff3dda552be755f4e102eab75705f4187471 (diff) | |
Don't compile some examples waiting for migration
Change-Id: I920624e76f5d4a181e9fff58af18e1f92d631597
Reviewed-by: David Llewellyn-Jones <david.llewellyn-jones@jolla.com>
Reviewed-by: Christopher Adams <chris.adams@jolla.com>
Diffstat (limited to 'examples/examples.pro')
| -rw-r--r-- | examples/examples.pro | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/examples/examples.pro b/examples/examples.pro index 4abbeda8..1751846f 100644 --- a/examples/examples.pro +++ b/examples/examples.pro @@ -1,5 +1,9 @@ TEMPLATE = subdirs !contains(DEFINES,QMF_NO_WIDGETS) { - SUBDIRS = qtmail messagingaccounts serverobserver + SUBDIRS = serverobserver + # To be migrated... + lessThan(QT_MAJOR_VERSION, 6) { + SUBDIRS += qtmail messagingaccounts + } } |
