diff options
| author | Kevin Smith <git@kismith.co.uk> | 2009-07-26 16:31:58 (GMT) |
|---|---|---|
| committer | Kevin Smith <git@kismith.co.uk> | 2009-07-26 16:31:58 (GMT) |
| commit | 3d6db73e834b745f2abadd04f8309d96f2b41b9c (patch) | |
| tree | bd02aa7ad336ebfa33117d9566791b66fa4cf6c7 /Swift/QtUI/Roster/Roster.pro | |
| parent | a28d92f3458218d6effbfdd9a42bf8fbe8b8aa72 (diff) | |
| download | swift-3d6db73e834b745f2abadd04f8309d96f2b41b9c.zip swift-3d6db73e834b745f2abadd04f8309d96f2b41b9c.tar.bz2 | |
The new roster now renders (badly) the contents.
Diffstat (limited to 'Swift/QtUI/Roster/Roster.pro')
| -rw-r--r-- | Swift/QtUI/Roster/Roster.pro | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Swift/QtUI/Roster/Roster.pro b/Swift/QtUI/Roster/Roster.pro index c829d5c..086ef41 100644 --- a/Swift/QtUI/Roster/Roster.pro +++ b/Swift/QtUI/Roster/Roster.pro @@ -9,4 +9,8 @@ DEFINES += BOOST_SIGNALS_NAMESPACE=bsignals BOOST_ALL_NO_LIB exists(../config.pri) { LIBS += ../../Controllers/Controllers.a ../../../Swiften/Swiften.a include(../config.pri) +} + +mac { + DEFINES += SWIFT_PLATFORM_MACOSX }
\ No newline at end of file |
Swift