diff options
Diffstat (limited to 'Swift/QtUI/SConscript')
| -rw-r--r-- | Swift/QtUI/SConscript | 7 | 
1 files changed, 4 insertions, 3 deletions
diff --git a/Swift/QtUI/SConscript b/Swift/QtUI/SConscript index 1f15c15..2d01672 100644 --- a/Swift/QtUI/SConscript +++ b/Swift/QtUI/SConscript @@ -160,12 +160,13 @@ sources = [      "ChatList/ChatListMUCItem.cpp",      "ChatList/ChatListRecentItem.cpp",      "ChatList/ChatListWhiteboardItem.cpp", -    "MUCSearch/QtMUCSearchWindow.cpp", +    "MUCSearch/MUCSearchDelegate.cpp", +    "MUCSearch/MUCSearchEmptyItem.cpp",      "MUCSearch/MUCSearchModel.cpp",      "MUCSearch/MUCSearchRoomItem.cpp", -    "MUCSearch/MUCSearchEmptyItem.cpp", -    "MUCSearch/MUCSearchDelegate.cpp",      "MUCSearch/MUCSearchServiceItem.cpp", +    "MUCSearch/QtLeafSortFilterProxyModel.cpp", +    "MUCSearch/QtMUCSearchWindow.cpp",      "UserSearch/ContactListDelegate.cpp",      "UserSearch/ContactListModel.cpp",      "UserSearch/QtContactListWidget.cpp",  | 
 Swift