From a8fd5486e8d98a2998ab3430770d9e9d691ff16f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Remko=20Tron=C3=A7on?= Date: Sun, 10 Oct 2010 09:15:22 +0200 Subject: Fixed compilation of StorageTest. diff --git a/Swiften/QA/StorageTest/SConscript b/Swiften/QA/StorageTest/SConscript index bd77793..bb8646e 100644 --- a/Swiften/QA/StorageTest/SConscript +++ b/Swiften/QA/StorageTest/SConscript @@ -5,6 +5,7 @@ Import("env") if env["TEST"] : myenv = env.Clone() myenv.MergeFlags(myenv["CHECKER_FLAGS"]) + myenv.MergeFlags(myenv["SWIFTOOLS_FLAGS"]) myenv.MergeFlags(myenv["SWIFTEN_FLAGS"]) myenv.MergeFlags(myenv["CPPUNIT_FLAGS"]) myenv.MergeFlags(myenv["BOOST_FLAGS"]) diff --git a/Swiften/QA/StorageTest/VCardFileStorageTest.cpp b/Swiften/QA/StorageTest/VCardFileStorageTest.cpp index cab25b8..7ef1fd5 100644 --- a/Swiften/QA/StorageTest/VCardFileStorageTest.cpp +++ b/Swiften/QA/StorageTest/VCardFileStorageTest.cpp @@ -9,7 +9,7 @@ #include "Swiften/VCards/VCardFileStorage.h" #include "Swiften/JID/JID.h" -#include "Swiften/Application/PlatformApplicationPathProvider.h" +#include "SwifTools/Application/PlatformApplicationPathProvider.h" #include "Swiften/Elements/VCard.h" using namespace Swift; -- cgit v0.10.2-6-g49f6