diff options
Diffstat (limited to 'Swift/Controllers/SConscript')
-rw-r--r-- | Swift/Controllers/SConscript | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/Swift/Controllers/SConscript b/Swift/Controllers/SConscript index bc5c2c0..3840fbf 100644 --- a/Swift/Controllers/SConscript +++ b/Swift/Controllers/SConscript @@ -27,2 +27,3 @@ if env["SCONS_STAGE"] == "build" : "BlockListController.cpp", + "Chat/Chattables.cpp", "Chat/ChatController.cpp", @@ -42,2 +43,3 @@ if env["SCONS_STAGE"] == "build" : "EventWindowController.cpp", + "FdpFormSubmitController.cpp", "FileTransfer/FileTransferController.cpp", @@ -52,3 +54,3 @@ if env["SCONS_STAGE"] == "build" : "HistoryViewController.cpp", - "MainController.cpp", + "AccountController.cpp", "PresenceNotifier.cpp", @@ -86,2 +88,3 @@ if env["SCONS_STAGE"] == "build" : "UIInterfaces/ChatListWindow.cpp", + "UIInterfaces/FdpFormSubmitWindow.cpp", "UIInterfaces/HighlightEditorWindow.cpp", @@ -98,2 +101,4 @@ if env["SCONS_STAGE"] == "build" : File("Chat/UnitTest/ChatsManagerTest.cpp"), + File("Chat/UnitTest/ChatControllerTest.cpp"), + File("Chat/UnitTest/ChattablesTest.cpp"), File("Chat/UnitTest/MUCControllerTest.cpp"), @@ -106,2 +111,3 @@ if env["SCONS_STAGE"] == "build" : File("UnitTest/ContactSuggesterTest.cpp"), + File("UnitTest/FdpFormSubmitControllerTest.cpp"), File("UnitTest/MockChatWindow.cpp"), |