diff options
| author | Kevin Smith <git@kismith.co.uk> | 2009-08-16 09:16:33 (GMT) | 
|---|---|---|
| committer | Kevin Smith <git@kismith.co.uk> | 2009-08-16 09:16:33 (GMT) | 
| commit | 585b65f17d50dfbb14b25e5372819033c964e79d (patch) | |
| tree | 2ec7040acbd655d020145c672b8d0625fe403d4a /Swift/QtUI/SConscript | |
| parent | 6fd62cfe8859ad4cdba4113552ba9bb1ef9563e4 (diff) | |
| download | swift-contrib-585b65f17d50dfbb14b25e5372819033c964e79d.zip swift-contrib-585b65f17d50dfbb14b25e5372819033c964e79d.tar.bz2  | |
Adding the start of a 'me view' to the head of the roster.
Diffstat (limited to 'Swift/QtUI/SConscript')
| -rw-r--r-- | Swift/QtUI/SConscript | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/Swift/QtUI/SConscript b/Swift/QtUI/SConscript index c64ae61..cd810a4 100644 --- a/Swift/QtUI/SConscript +++ b/Swift/QtUI/SConscript @@ -67,6 +67,7 @@ sources = [  		"Roster/QtTreeWidget.cpp",  		"Roster/QtTreeWidgetItem.cpp",  		"Roster/RosterDelegate.cpp", +		"QtRosterHeader.cpp",  		"qrc_DefaultTheme.cc",  		"qrc_Swift.cc",  	]  | 
 Swift