diff options
Diffstat (limited to 'Swift/QtUI/SConscript')
| -rw-r--r-- | Swift/QtUI/SConscript | 20 | 
1 files changed, 11 insertions, 9 deletions
diff --git a/Swift/QtUI/SConscript b/Swift/QtUI/SConscript index 5cfe81f..2303189 100644 --- a/Swift/QtUI/SConscript +++ b/Swift/QtUI/SConscript @@ -147,6 +147,7 @@ sources = [      "Roster/DelegateCommons.cpp",      "Roster/QtRosterWidget.cpp",      "Roster/QtOccupantListWidget.cpp", +    "Roster/RosterTooltip.cpp",      "EventViewer/EventModel.cpp",      "EventViewer/EventDelegate.cpp",      "EventViewer/TwoLineDelegate.cpp", @@ -163,9 +164,9 @@ sources = [      "MUCSearch/MUCSearchRoomItem.cpp",      "MUCSearch/MUCSearchEmptyItem.cpp",      "MUCSearch/MUCSearchDelegate.cpp", -	"UserSearch/ContactListDelegate.cpp", -	"UserSearch/ContactListModel.cpp", -	"UserSearch/QtContactListWidget.cpp", +    "UserSearch/ContactListDelegate.cpp", +    "UserSearch/ContactListModel.cpp", +    "UserSearch/QtContactListWidget.cpp",      "UserSearch/QtSuggestingJIDInput.cpp",      "UserSearch/QtUserSearchFirstPage.cpp",      "UserSearch/QtUserSearchFirstMultiJIDPage.cpp", @@ -175,11 +176,11 @@ sources = [      "UserSearch/QtUserSearchWindow.cpp",      "UserSearch/UserSearchModel.cpp",      "UserSearch/UserSearchDelegate.cpp", -	"Whiteboard/FreehandLineItem.cpp", -	"Whiteboard/GView.cpp", -	"Whiteboard/TextDialog.cpp", -	"Whiteboard/QtWhiteboardWindow.cpp", -	"Whiteboard/ColorWidget.cpp", +    "Whiteboard/FreehandLineItem.cpp", +    "Whiteboard/GView.cpp", +    "Whiteboard/TextDialog.cpp", +    "Whiteboard/QtWhiteboardWindow.cpp", +    "Whiteboard/ColorWidget.cpp",      "QtSubscriptionRequestWindow.cpp",      "QtRosterHeader.cpp",      "QtWebView.cpp", @@ -189,7 +190,8 @@ sources = [      "QtMUCConfigurationWindow.cpp",      "QtAffiliationEditor.cpp",      "QtUISettingConstants.cpp", -    "QtURLValidator.cpp" +    "QtURLValidator.cpp", +    "QtResourceHelper.cpp"    ]  # QtVCardWidget  | 
 Swift