diff options
| author | Valerio Valerio <valerio.valerio@jollamobile.com> | 2013-04-10 12:59:23 +0300 |
|---|---|---|
| committer | Robin Burchell <robin+qt@viroteck.net> | 2013-04-19 21:38:19 +0200 |
| commit | 081657c21cf42710e416119aac2527f0c095e64d (patch) | |
| tree | f34c175d8c5b7242dc2bec506ab9f0c3ee2326e7 /examples/messagingaccounts | |
| parent | 9ba564c159fd6b951bf5e14e9c796b32623a063d (diff) | |
Update Qt 5 port to match latest release
Update code base to match latest release of Qt.
Signed-off-by: Valerio Valerio <valerio.valerio@jollamobile.com>
Change-Id: I02c2ff250ea8cd960938b81903e92b04c745ae9c
Reviewed-by: Matthew Vogt <matthew.vogt@qinetic.com.au>
Reviewed-by: Robin Burchell <robin+qt@viroteck.net>
Diffstat (limited to 'examples/messagingaccounts')
| -rw-r--r-- | examples/messagingaccounts/messagingaccounts.pro | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/messagingaccounts/messagingaccounts.pro b/examples/messagingaccounts/messagingaccounts.pro index e91f064d..9b73dfcb 100644 --- a/examples/messagingaccounts/messagingaccounts.pro +++ b/examples/messagingaccounts/messagingaccounts.pro @@ -3,8 +3,7 @@ TARGET = messagingaccounts target.path += $$QMF_INSTALL_ROOT/bin CONFIG += qmfclient qmfmessageserver -QT += widgets - +equals(QT_MAJOR_VERSION, 5): QT += widgets DEPENDPATH += . @@ -25,6 +24,8 @@ LIBS += -L../../src/libraries/qmfclient/build \ macx:LIBS += -F../../src/libraries/qmfclient/build \ -F../../src/libraries/qmfmessageserver/build +LIBS += -lqmfmessageserver -lqmfclient + HEADERS += $$QTMAIL_EXAMPLE/app/accountsettings.h \ $$QTMAIL_EXAMPLE/app/editaccount.h \ $$QTMAIL_EXAMPLE/app/statusbar.h \ |
