From e1a3e6495c2af6c5bea3e8aa81d83af4f7872e93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Remko=20Tron=C3=A7on?= Date: Sun, 10 Apr 2011 11:54:13 +0200 Subject: Conditionally compile DBUS URI handler. diff --git a/Swift/QtUI/SConscript b/Swift/QtUI/SConscript index d2dd37c..5973673 100644 --- a/Swift/QtUI/SConscript +++ b/Swift/QtUI/SConscript @@ -65,7 +65,6 @@ sources = [ "main.cpp", "QtAboutWidget.cpp", "QtAvatarWidget.cpp", - "QtDBUSURIHandler.cpp", "QtUIFactory.cpp", "QtChatWindowFactory.cpp", "QtChatWindow.cpp", @@ -145,7 +144,10 @@ if env["PLATFORM"] == "win32" : ] if env["PLATFORM"] == "posix" : - sources += ["FreeDesktopNotifier.cpp"] + sources += [ + "FreeDesktopNotifier.cpp" + "QtDBUSURIHandler.cpp", + ] if env["PLATFORM"] == "darwin" or env["PLATFORM"] == "win32" : swiftProgram = myenv.Program("Swift", sources) -- cgit v0.10.2-6-g49f6