diff options
| author | Robin Burchell <robin.burchell@jollamobile.com> | 2014-01-21 10:19:09 +0100 |
|---|---|---|
| committer | Robin Burchell <robin+qt@viroteck.net> | 2014-01-23 19:52:39 +0100 |
| commit | 1d48985c25e4dbf700d65da5761dc2859b5c6cfc (patch) | |
| tree | 409dcb064982bab3cf8cf04f005a680437fb1966 /examples/messagingaccounts | |
| parent | 8fd59a4d2f87c76dbd85d05cf81b96a4566ccc8c (diff) | |
Make qmfutil a Qt module: QmfWidgets.
I'm not totally clear how useful this thing actually is, but instead of
bastardising it across a few examples/projects, let's promote it to a module and
avoid that black magic.
Change-Id: I4d34961bc30e01455274afdd344286f4e5cfd25a
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 | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/examples/messagingaccounts/messagingaccounts.pro b/examples/messagingaccounts/messagingaccounts.pro index c4b72738..6704f885 100644 --- a/examples/messagingaccounts/messagingaccounts.pro +++ b/examples/messagingaccounts/messagingaccounts.pro @@ -1,27 +1,21 @@ TEMPLATE = app target.path += $$QMF_INSTALL_ROOT/bin TARGET = messagingaccounts5 -QT += widgets qmfclient qmfmessageserver +QT += widgets qmfclient qmfmessageserver qmfwidgets QTMAIL_EXAMPLE=../qtmail -#Required to build on windows -DEFINES += QMFUTIL_INTERNAL - INCLUDEPATH += \ - $$QTMAIL_EXAMPLE/app \ - $$QTMAIL_EXAMPLE/libs/qmfutil + $$QTMAIL_EXAMPLE/app HEADERS += $$QTMAIL_EXAMPLE/app/accountsettings.h \ $$QTMAIL_EXAMPLE/app/editaccount.h \ - $$QTMAIL_EXAMPLE/app/statusbar.h \ - $$QTMAIL_EXAMPLE/libs/qmfutil/qtmailnamespace.h + $$QTMAIL_EXAMPLE/app/statusbar.h SOURCES += $$QTMAIL_EXAMPLE/app/accountsettings.cpp \ $$QTMAIL_EXAMPLE/app/editaccount.cpp \ - main_messagingaccounts.cpp \ $$QTMAIL_EXAMPLE/app/statusbar.cpp \ - $$QTMAIL_EXAMPLE/libs/qmfutil/qtmailnamespace.cpp + main_messagingaccounts.cpp RESOURCES += messagingaccounts.qrc |
