summaryrefslogtreecommitdiff
path: root/test/poi-service/script/poi-client.mk
diff options
context:
space:
mode:
Diffstat (limited to 'test/poi-service/script/poi-client.mk')
-rw-r--r--test/poi-service/script/poi-client.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/poi-service/script/poi-client.mk b/test/poi-service/script/poi-client.mk
index 4295ead..56bd9b2 100644
--- a/test/poi-service/script/poi-client.mk
+++ b/test/poi-service/script/poi-client.mk
@@ -9,7 +9,7 @@
#
# \author Philippe Colliot <philippe.colliot@mpsa.com>
#
-# \version 1.0
+# \version 1.1
#
# This Source Code Form is subject to the terms of the
# Mozilla Public License (MPL), v. 2.0.
@@ -20,11 +20,11 @@
#
# List of changes:
#
-# <date>, <name>, <description of change>
+# 04/06/2014, Philippe Colliot, Migration to Qt5.2
#
# @licence end@
POI_CLIENT_SRC_DIR=$(ROOT_DIR)/poi-client
-POI_CLIENT_DEPS=qt4-qmlviewer libqt4-dev libqt4-declarative
+POI_CLIENT_DEPS=qt4-qmlviewer libqt5widgets5 libqt5dbus5 libqt5core5a libqt5gui5
POI_CLIENT_BIN_DIR=$(BIN_DIR)/poi-client-bin
DEPS+=$(POI_CLIENT_DEPS)