summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/poi-service/README6
-rw-r--r--test/poi-service/script/Makefile2
-rw-r--r--test/poi-service/script/poi-supplier.mk2
3 files changed, 7 insertions, 3 deletions
diff --git a/test/poi-service/README b/test/poi-service/README
index b21107e..9753e58 100644
--- a/test/poi-service/README
+++ b/test/poi-service/README
@@ -1,4 +1,4 @@
-Release date of the file: 11-04-2014
+Release date of the file: 26-05-2014
Status: to be completed
Project:
@@ -25,6 +25,10 @@ See headers and LICENSE file (mainly MPL V2)
Test target:
Ubuntu 12.04.1 LTS
+Ubuntu 14.04 LTS
+
+Qt version:
+Qt4 (to get the version -> qtchooser -print-env, to set the version -> export QT-SELECT=<version>)
To get the code:
Code is part of the navigation-service repository, so you need to clone all:
diff --git a/test/poi-service/script/Makefile b/test/poi-service/script/Makefile
index 613ded3..dec1f5e 100644
--- a/test/poi-service/script/Makefile
+++ b/test/poi-service/script/Makefile
@@ -52,7 +52,7 @@ include poi-client.mk
include poi-contentaccess-module.mk
all: $(ALL)
-
+
deps::
sudo apt-get install $(DEPS)
diff --git a/test/poi-service/script/poi-supplier.mk b/test/poi-service/script/poi-supplier.mk
index cabf5a3..d0f3a86 100644
--- a/test/poi-service/script/poi-supplier.mk
+++ b/test/poi-service/script/poi-supplier.mk
@@ -26,7 +26,7 @@
POI_SUPPLIER_SRC_DIR=$(ROOT_DIR)/poi-supplier
POI_SUPPLIER_COMMON_DIR=$(ROOT_DIR)/poi-common
POI_SUPPLIER_BIN_DIR=$(BIN_DIR)/poi-supplier-bin
-POI_SUPPLIER_DEPS=libxml2-dev POI_SUPPLIER_LIBSqlite3-dev sqlite3
+POI_SUPPLIER_DEPS=libxml2-dev libsqlite3-dev sqlite3 libxml++2.6-dev
POI_SUPPLIER_INCPATH=-I$(POI_SUPPLIER_COMMON_DIR) -I$(POI_SUPPLIER_SRC_DIR) -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/i386-linux-gnu/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include
POI_SUPPLIER_LIBS=-lxml++-2.6 -lxml2 -lglibmm-2.4 -lglib-2.0 -lgobject-2.0 -lsqlite3
POI_SUPPLIER_LINK=g++