diff options
author | Remko Tronçon <git@el-tramo.be> | 2010-10-05 15:14:08 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2010-10-05 15:24:54 (GMT) |
commit | 6cdd48b30526761f5c6365496e30580ed3bd8a82 (patch) | |
tree | 790a96ee6a70054165264171a31ead5e8e598baf /Swift/QtUI/SConscript | |
parent | cd3017c8730ce66539d539890d72434cf644ab80 (diff) | |
download | swift-6cdd48b30526761f5c6365496e30580ed3bd8a82.zip swift-6cdd48b30526761f5c6365496e30580ed3bd8a82.tar.bz2 |
Added FreeDesktopNotifier.
Diffstat (limited to 'Swift/QtUI/SConscript')
-rw-r--r-- | Swift/QtUI/SConscript | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Swift/QtUI/SConscript b/Swift/QtUI/SConscript index a3631e5..3d4fc9f 100644 --- a/Swift/QtUI/SConscript +++ b/Swift/QtUI/SConscript @@ -125,6 +125,9 @@ if env["PLATFORM"] == "win32" : myenv.RES("../resources/Windows/Swift.rc") sources += ["../resources/Windows/Swift.res"] +if env["PLATFORM"] == "posix" : + sources += ["FreeDesktopNotifier.cpp"] + if env["PLATFORM"] == "darwin" or env["PLATFORM"] == "win32" : swiftProgram = myenv.Program("Swift", sources) else : |