diff options
author | Kevin Smith <git@kismith.co.uk> | 2011-04-18 21:51:54 (GMT) |
---|---|---|
committer | Kevin Smith <git@kismith.co.uk> | 2011-04-18 21:51:54 (GMT) |
commit | e32154b0d6ad0c9c8d2bbd56a1f0b9f7b7c73c89 (patch) | |
tree | ba075944921edcf3293f6661d320dc225d4d972d /Swift | |
parent | 92538a40518fd905ff32e399b41985e42bb0756d (diff) | |
download | swift-e32154b0d6ad0c9c8d2bbd56a1f0b9f7b7c73c89.zip swift-e32154b0d6ad0c9c8d2bbd56a1f0b9f7b7c73c89.tar.bz2 |
Syntax fix
Diffstat (limited to 'Swift')
-rw-r--r-- | Swift/QtUI/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/QtUI/SConscript b/Swift/QtUI/SConscript index 8f99ef4..daaff63 100644 --- a/Swift/QtUI/SConscript +++ b/Swift/QtUI/SConscript @@ -148,7 +148,7 @@ if env["PLATFORM"] == "win32" : if env["PLATFORM"] == "posix" : sources += [ - "FreeDesktopNotifier.cpp" + "FreeDesktopNotifier.cpp", "QtDBUSURIHandler.cpp", ] |