summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2010-04-12 15:05:57 (GMT)
committerKevin Smith <git@kismith.co.uk>2010-04-12 15:05:57 (GMT)
commitfa47c498947e818438ec9c6318924d11c2ae6c84 (patch)
treec33ca1f4376686edafbca3f120b363bfedc027ac /Swift/QtUI/EventViewer/EventView.pro
parent6578b5872440f63ed8a4903bae83e46e936d469e (diff)
downloadswift-fa47c498947e818438ec9c6318924d11c2ae6c84.zip
swift-fa47c498947e818438ec9c6318924d11c2ae6c84.tar.bz2
Allow ErrorEvents into the EventController (display them to the user).
Diffstat (limited to 'Swift/QtUI/EventViewer/EventView.pro')
-rw-r--r--Swift/QtUI/EventViewer/EventView.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/QtUI/EventViewer/EventView.pro b/Swift/QtUI/EventViewer/EventView.pro
index 942f0ba..3addbde 100644
--- a/Swift/QtUI/EventViewer/EventView.pro
+++ b/Swift/QtUI/EventViewer/EventView.pro
@@ -8,7 +8,7 @@ INCLUDEPATH += ../. ../../.. ../../../3rdParty/Boost/src
DEFINES += BOOST_SIGNALS_NAMESPACE=bsignals BOOST_ALL_NO_LIB
-#LIBS += ../../Controllers/Controllers.a
+LIBS += ../../Controllers/libSwiftControllers.a
LIBS += ../../../Swiften/libSwiften.a
LIBS += ../../../3rdParty/Boost/libBoost.a
LIBS += ../../../3rdParty/LibIDN/libIDN.a