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/messagingaccounts | |
| 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/messagingaccounts')
| -rw-r--r-- | examples/messagingaccounts/messagingaccounts.pro | 24 |
1 files changed, 6 insertions, 18 deletions
diff --git a/examples/messagingaccounts/messagingaccounts.pro b/examples/messagingaccounts/messagingaccounts.pro index 06966e93..9ab6dd36 100644 --- a/examples/messagingaccounts/messagingaccounts.pro +++ b/examples/messagingaccounts/messagingaccounts.pro @@ -1,25 +1,13 @@ TEMPLATE = app target.path += $$QMF_INSTALL_ROOT/bin CONFIG += qmfclient qmfmessageserver +TARGET = messagingaccounts5 +QT += widgets -equals(QT_MAJOR_VERSION, 4){ - TARGET = messagingaccounts - - macx:contains(QT_CONFIG, qt_framework) { - LIBS += -framework qmfmessageserver -framework qmfclient - } else { - LIBS += -lqmfmessageserver -lqmfclient - } -} -equals(QT_MAJOR_VERSION, 5){ - TARGET = messagingaccounts5 - QT += widgets - - macx:contains(QT_CONFIG, qt_framework) { - LIBS += -framework qmfmessageserver5 -framework qmfclient5 - } else { - LIBS += -lqmfmessageserver5 -lqmfclient5 - } +macx:contains(QT_CONFIG, qt_framework) { + LIBS += -framework qmfmessageserver5 -framework qmfclient5 +} else { + LIBS += -lqmfmessageserver5 -lqmfclient5 } DEPENDPATH += . |
