diff options
| author | Robin Burchell <robin.burchell@jollamobile.com> | 2014-01-21 10:19:01 +0100 |
|---|---|---|
| committer | Robin Burchell <robin+qt@viroteck.net> | 2014-01-21 10:27:17 +0100 |
| commit | 2794726b6ee1659a631427c325229394a0312d05 (patch) | |
| tree | dbdb255b8c6bd069edf1449a92ab431045f16e95 /examples/qtmail/libs | |
| parent | 78c9582b11e9ea7f9e99bf0b89ee8db6cb276b12 (diff) | |
Remove Qt 4 support.
This has persisted long enough, and as far as I am aware, has no users. It is
also blocking potential build system cleanups and other good things.
Reviewed-by: Valerio Valerio <valerio.valerio@jollamobile.com>
Reviewed-by: Matthew Vogt <matthew.vogt@qinetic.com.au>
Change-Id: I5e0e0549ef6ffee31b5e60ec94a9e17f27e01436
Reviewed-by: John Brooks <john.brooks@dereferenced.net>
Reviewed-by: Robin Burchell <robin+qt@viroteck.net>
Diffstat (limited to 'examples/qtmail/libs')
| -rw-r--r-- | examples/qtmail/libs/qmfutil/qmfutil.pro | 22 |
1 files changed, 6 insertions, 16 deletions
diff --git a/examples/qtmail/libs/qmfutil/qmfutil.pro b/examples/qtmail/libs/qmfutil/qmfutil.pro index 6adab280..9456392a 100644 --- a/examples/qtmail/libs/qmfutil/qmfutil.pro +++ b/examples/qtmail/libs/qmfutil/qmfutil.pro @@ -1,22 +1,12 @@ TEMPLATE = lib CONFIG += warn_on CONFIG += qmfclient -equals(QT_MAJOR_VERSION, 4) { - TARGET = qmfutil - macx:contains(QT_CONFIG, qt_framework) { - LIBS += -framework qmfclient - } else { - LIBS += -lqmfclient - } -} -equals(QT_MAJOR_VERSION, 5){ - TARGET = qmfutil5 - QT += widgets - macx:contains(QT_CONFIG, qt_framework) { - LIBS += -framework qmfclient5 - } else { - LIBS += -lqmfclient5 - } +TARGET = qmfutil5 +QT += widgets +macx:contains(QT_CONFIG, qt_framework) { + LIBS += -framework qmfclient5 +} else { + LIBS += -lqmfclient5 } target.path += $$QMF_INSTALL_ROOT/lib |
